Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-osdpip/files: vdr-osdpip-0.0.9-ffmpeg-0.4.9_p20080326-new_header.diff
Date: Mon, 28 Apr 2008 19:18:00
Message-Id: E1JqYrO-0000OU-Ck@stork.gentoo.org
1 zzam 08/04/28 19:17:58
2
3 Added:
4 vdr-osdpip-0.0.9-ffmpeg-0.4.9_p20080326-new_header.diff
5 Log:
6 Version bumped.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-osdpip/files/vdr-osdpip-0.0.9-ffmpeg-0.4.9_p20080326-new_header.diff
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/files/vdr-osdpip-0.0.9-ffmpeg-0.4.9_p20080326-new_header.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdpip/files/vdr-osdpip-0.0.9-ffmpeg-0.4.9_p20080326-new_header.diff?rev=1.1&content-type=text/plain
14
15 Index: vdr-osdpip-0.0.9-ffmpeg-0.4.9_p20080326-new_header.diff
16 ===================================================================
17 diff -ru osdpip-0.0.9-orig/decoder.h osdpip-0.0.9/decoder.h
18 --- osdpip-0.0.9-orig/decoder.h 2008-04-28 21:08:38.871652831 +0200
19 +++ osdpip-0.0.9/decoder.h 2008-04-28 21:08:49.391651668 +0200
20 @@ -12,7 +12,7 @@
21 #ifdef HAVE_FFMPEG_STATIC
22 # include <avcodec.h>
23 #else
24 -# include <ffmpeg/avcodec.h>
25 +# include <libavcodec/avcodec.h>
26 #endif
27 }
28
29 diff -ru osdpip-0.0.9-orig/osdpip.c osdpip-0.0.9/osdpip.c
30 --- osdpip-0.0.9-orig/osdpip.c 2008-04-28 21:08:38.871652831 +0200
31 +++ osdpip-0.0.9/osdpip.c 2008-04-28 21:08:59.111649204 +0200
32 @@ -9,7 +9,7 @@
33 #ifdef HAVE_FFMPEG_STATIC
34 # include <avcodec.h>
35 #else
36 -# include <ffmpeg/avcodec.h>
37 +# include <libavcodec/avcodec.h>
38 #endif
39 }
40
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list