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-image/files: ffmpeg-0.4.9_p20080326-new_header.diff vdr-image-0.2.6-gentoo.diff
Date: Sat, 29 Mar 2008 14:12:42
Message-Id: E1JfbnT-0003oa-W2@stork.gentoo.org
1 hd_brummy 08/03/29 14:12:39
2
3 Added: ffmpeg-0.4.9_p20080326-new_header.diff
4 Removed: vdr-image-0.2.6-gentoo.diff
5 Log:
6 patch to fix new ffmpeg header structur added; bug #214740
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-image/files/ffmpeg-0.4.9_p20080326-new_header.diff
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-image/files/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-image/files/ffmpeg-0.4.9_p20080326-new_header.diff?rev=1.1&content-type=text/plain
14
15 Index: ffmpeg-0.4.9_p20080326-new_header.diff
16 ===================================================================
17 new ffmpeg header structur
18 https://bugs.gentoo.org/show_bug.cgi?id=214740
19 Joerg Bornkessel <hd_brummy@g.o> 29 Mar 2008
20 diff -Naur image-0.2.7.orig/liboutput/encode.c image-0.2.7/liboutput/encode.c
21 --- image-0.2.7.orig/liboutput/encode.c 2008-03-29 14:56:45.000000000 +0100
22 +++ image-0.2.7/liboutput/encode.c 2008-03-29 14:57:06.000000000 +0100
23 @@ -31,7 +31,7 @@
24 #ifdef FFMDIR
25 #include <swscale.h>
26 #else
27 -#include <ffmpeg/swscale.h>
28 +#include <libswscale/swscale.h>
29 #endif
30 #endif
31 }
32 diff -Naur image-0.2.7.orig/liboutput/encode.h image-0.2.7/liboutput/encode.h
33 --- image-0.2.7.orig/liboutput/encode.h 2008-03-29 14:56:45.000000000 +0100
34 +++ image-0.2.7/liboutput/encode.h 2008-03-29 14:57:21.000000000 +0100
35 @@ -29,7 +29,7 @@
36 #ifdef FFMDIR
37 #include <avcodec.h>
38 #else
39 -#include <ffmpeg/avcodec.h>
40 +#include <libavcodec/avcodec.h>
41 #endif
42 }
43
44
45
46
47 --
48 gentoo-commits@l.g.o mailing list