Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xvidcap/files: xvidcap-1.1.7-ffmpeg-headers.patch
Date: Mon, 19 Jan 2009 23:15:36
Message-Id: E1LP3LB-0004lw-0T@stork.gentoo.org
1 aballier 09/01/19 23:15:33
2
3 Modified: xvidcap-1.1.7-ffmpeg-headers.patch
4 Log:
5 Dont try to include useless and private ffmpeg header. Bug #254452
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-misc/xvidcap/files/xvidcap-1.1.7-ffmpeg-headers.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xvidcap/files/xvidcap-1.1.7-ffmpeg-headers.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xvidcap/files/xvidcap-1.1.7-ffmpeg-headers.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xvidcap/files/xvidcap-1.1.7-ffmpeg-headers.patch?r1=1.1&r2=1.2
14
15 Index: xvidcap-1.1.7-ffmpeg-headers.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xvidcap/files/xvidcap-1.1.7-ffmpeg-headers.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xvidcap-1.1.7-ffmpeg-headers.patch 20 Oct 2008 22:55:11 -0000 1.1
22 +++ xvidcap-1.1.7-ffmpeg-headers.patch 19 Jan 2009 23:15:32 -0000 1.2
23 @@ -42,7 +42,7 @@
24 -#include <ffmpeg/rgb2rgb.h>
25 -#include <ffmpeg/fifo.h>
26 +#include <libswscale/swscale.h>
27 -+#include <libswscale/rgb2rgb.h>
28 ++//#include <libswscale/rgb2rgb.h>
29 +#include <libavutil/fifo.h>
30 #define swscale_isRGB(x) ((x)==PIX_FMT_BGR32 || (x)==PIX_FMT_RGB24 \
31 || (x)==PIX_FMT_RGB565 || (x)==PIX_FMT_RGB555 \