diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2008-03-29 14:38:05 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2008-03-29 14:38:05 +0000 |
commit | 9c4f5f6018ad5dcb6a8b9991b22738b1a439ae6f (patch) | |
tree | ccb3b79147bd4e574b4b661f040e360291b7d484 /media-plugins/vdr-osdpip/files | |
parent | fix sandbox issues by adding --disable-scrollkeeper, bug #213512 (diff) | |
download | gentoo-2-9c4f5f6018ad5dcb6a8b9991b22738b1a439ae6f.tar.gz gentoo-2-9c4f5f6018ad5dcb6a8b9991b22738b1a439ae6f.tar.bz2 gentoo-2-9c4f5f6018ad5dcb6a8b9991b22738b1a439ae6f.zip |
keyword ~amd64; patch to fix new ffmpeg header structur added; bug #214740
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/vdr-osdpip/files')
-rw-r--r-- | media-plugins/vdr-osdpip/files/ffmpeg-0.4.9_p20080326-new_header.diff | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-plugins/vdr-osdpip/files/ffmpeg-0.4.9_p20080326-new_header.diff b/media-plugins/vdr-osdpip/files/ffmpeg-0.4.9_p20080326-new_header.diff new file mode 100644 index 000000000000..a54598107444 --- /dev/null +++ b/media-plugins/vdr-osdpip/files/ffmpeg-0.4.9_p20080326-new_header.diff @@ -0,0 +1,27 @@ +new ffmpeg header structur +https://bugs.gentoo.org/show_bug.cgi?id=214740 +Joerg Bornkessel <hd_brummy@gentoo.org> 29 Mar 2008 +diff -Naur osdpip-0.0.8.orig/decoder.h osdpip-0.0.8/decoder.h +--- osdpip-0.0.8.orig/decoder.h 2008-03-29 15:26:59.000000000 +0100 ++++ osdpip-0.0.8/decoder.h 2008-03-29 15:28:36.000000000 +0100 +@@ -12,7 +12,7 @@ + #ifdef HAVE_FFMPEG_STATIC + # include <avcodec.h> + #else +-# include <ffmpeg/avcodec.h> ++# include <libavcodec/avcodec.h> + #endif + } + +diff -Naur osdpip-0.0.8.orig/osdpip.c osdpip-0.0.8/osdpip.c +--- osdpip-0.0.8.orig/osdpip.c 2008-03-29 15:26:59.000000000 +0100 ++++ osdpip-0.0.8/osdpip.c 2008-03-29 15:29:12.000000000 +0100 +@@ -9,7 +9,7 @@ + #ifdef HAVE_FFMPEG_STATIC + # include <avcodec.h> + #else +-# include <ffmpeg/avcodec.h> ++# include <libavcodec/avcodec.h> + #endif + } + |