Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-osdpip/files: ffmpeg-0.4.9_p20080326-new_header.diff
Date: Sat, 29 Mar 2008 14:38:08
Message-Id: E1JfcC5-0003vv-Lt@stork.gentoo.org
1 hd_brummy 08/03/29 14:38:05
2
3 Added: ffmpeg-0.4.9_p20080326-new_header.diff
4 Log:
5 keyword ~amd64; patch to fix new ffmpeg header structur added; bug #214740
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 media-plugins/vdr-osdpip/files/ffmpeg-0.4.9_p20080326-new_header.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/files/ffmpeg-0.4.9_p20080326-new_header.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/files/ffmpeg-0.4.9_p20080326-new_header.diff?rev=1.1&content-type=text/plain
13
14 Index: ffmpeg-0.4.9_p20080326-new_header.diff
15 ===================================================================
16 new ffmpeg header structur
17 https://bugs.gentoo.org/show_bug.cgi?id=214740
18 Joerg Bornkessel <hd_brummy@g.o> 29 Mar 2008
19 diff -Naur osdpip-0.0.8.orig/decoder.h osdpip-0.0.8/decoder.h
20 --- osdpip-0.0.8.orig/decoder.h 2008-03-29 15:26:59.000000000 +0100
21 +++ osdpip-0.0.8/decoder.h 2008-03-29 15:28:36.000000000 +0100
22 @@ -12,7 +12,7 @@
23 #ifdef HAVE_FFMPEG_STATIC
24 # include <avcodec.h>
25 #else
26 -# include <ffmpeg/avcodec.h>
27 +# include <libavcodec/avcodec.h>
28 #endif
29 }
30
31 diff -Naur osdpip-0.0.8.orig/osdpip.c osdpip-0.0.8/osdpip.c
32 --- osdpip-0.0.8.orig/osdpip.c 2008-03-29 15:26:59.000000000 +0100
33 +++ osdpip-0.0.8/osdpip.c 2008-03-29 15:29:12.000000000 +0100
34 @@ -9,7 +9,7 @@
35 #ifdef HAVE_FFMPEG_STATIC
36 # include <avcodec.h>
37 #else
38 -# include <ffmpeg/avcodec.h>
39 +# include <libavcodec/avcodec.h>
40 #endif
41 }
42
43
44
45
46 --
47 gentoo-commits@l.g.o mailing list