]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libxine/libxine-1.1.0/mpegvideo-static-inlinine.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libxine / libxine-1.1.0 / mpegvideo-static-inlinine.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- xine-lib-1.1.0/src/libffmpeg/libavcodec/mpegvideo.c~mpegvideo-static-inlinine
7 +++ xine-lib-1.1.0/src/libffmpeg/libavcodec/mpegvideo.c
8 @@ -3122,7 +3122,7 @@
9      }
10  }
11  
12 -inline int ff_h263_round_chroma(int x){
13 +static inline int ff_h263_round_chroma(int x){
14      if (x >= 0)
15          return  (h263_chroma_roundtab[x & 0xf] + ((x >> 3) & ~1));
16      else {