#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- xine-lib-1-rc7/src/libffmpeg/libavcodec/mpegvideo.c~mpegvideo-static-inlininf.patch
+++ xine-lib-1-rc7/src/libffmpeg/libavcodec/mpegvideo.c
@@ -2757,7 +2757,7 @@
     }
 }
 
-inline int ff_h263_round_chroma(int x){
+static inline int ff_h263_round_chroma(int x){
     if (x >= 0)
         return  (h263_chroma_roundtab[x & 0xf] + ((x >> 3) & ~1));
     else {