aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxine/libxine-1.1.0/mpegvideo-static-inlinine.patch
blob: 0f9b3c23f1b7f48aba2eb9f023b7047b3ecf23b1 (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.1.0/src/libffmpeg/libavcodec/mpegvideo.c~mpegvideo-static-inlinine
+++ xine-lib-1.1.0/src/libffmpeg/libavcodec/mpegvideo.c
@@ -3122,7 +3122,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 {