aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxine/files/mpegvideo-static-inlinine.patch
blob: 81160b1c81619888f2d426d8d3b4b855f8b805ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# 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 {