From 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Dec 2004 09:47:41 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA --- libxine/libxine-1.0.0-beta12/mpegvideo-static-inlining.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 libxine/libxine-1.0.0-beta12/mpegvideo-static-inlining.patch (limited to 'libxine/libxine-1.0.0-beta12/mpegvideo-static-inlining.patch') diff --git a/libxine/libxine-1.0.0-beta12/mpegvideo-static-inlining.patch b/libxine/libxine-1.0.0-beta12/mpegvideo-static-inlining.patch deleted file mode 100644 index 8d627feace..0000000000 --- a/libxine/libxine-1.0.0-beta12/mpegvideo-static-inlining.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ../libxine-1.0.0-beta12-r0/xine-lib/src/libffmpeg/libavcodec/mpegvideo.c 2003-05-10 00:54:05.000000000 +0100 -+++ xine-lib/src/libffmpeg/libavcodec/mpegvideo.c 2004-08-17 16:05:41.000000000 +0100 -@@ -1860,7 +1860,7 @@ - pix_op[1][dxy](dest_cr + (dest_offset >> 1), ptr, uvlinesize, h >> 1); - } - --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 { -- cgit v1.2.3