diff options
author | 2008-03-29 14:38:05 +0000 | |
---|---|---|
committer | 2008-03-29 14:38:05 +0000 | |
commit | 81e82d0b6ae545fb1544e84d624b02a300aded57 (patch) | |
tree | 70d0077a42de970cefedf7431396e233adb98324 /media-plugins/vdr-osdpip/files | |
parent | fix sandbox issues by adding --disable-scrollkeeper, bug #213512 (diff) | |
download | historical-81e82d0b6ae545fb1544e84d624b02a300aded57.tar.gz historical-81e82d0b6ae545fb1544e84d624b02a300aded57.tar.bz2 historical-81e82d0b6ae545fb1544e84d624b02a300aded57.zip |
keyword ~amd64; patch to fix new ffmpeg header structur added; bug #214740
Package-Manager: portage-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 + } + |