diff options
author | 2009-06-19 19:57:50 +0000 | |
---|---|---|
committer | 2009-06-19 19:57:50 +0000 | |
commit | 50000cf6ae92b89ca929a584504f9f2296808742 (patch) | |
tree | d7fb5c362230c7f38566fa3f46d48d86e3235f27 /media-sound/aqualung/files | |
parent | remove old (diff) | |
download | gentoo-2-50000cf6ae92b89ca929a584504f9f2296808742.tar.gz gentoo-2-50000cf6ae92b89ca929a584504f9f2296808742.tar.bz2 gentoo-2-50000cf6ae92b89ca929a584504f9f2296808742.zip |
old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/aqualung/files')
-rw-r--r-- | media-sound/aqualung/files/new-ffmpeg-headers.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/media-sound/aqualung/files/new-ffmpeg-headers.patch b/media-sound/aqualung/files/new-ffmpeg-headers.patch deleted file mode 100644 index eac5bc81fd95..000000000000 --- a/media-sound/aqualung/files/new-ffmpeg-headers.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -burN aqualung-0.9beta9.1-orig/configure.ac aqualung-0.9beta9.1/configure.ac ---- aqualung-0.9beta9.1-orig/configure.ac 2008-02-10 13:14:31.000000000 +0100 -+++ aqualung-0.9beta9.1/configure.ac 2008-04-15 03:16:16.000000000 +0200 -@@ -562,6 +562,8 @@ - if test "$lavc" = "detect"; then - lavc=$avc_lib - fi -+ -+ AC_CHECK_HEADERS(libavcodec/avcodec.h) - fi - - -diff -burN aqualung-0.9beta9.1-orig/src/decoder/dec_lavc.h aqualung-0.9beta9.1/src/decoder/dec_lavc.h ---- aqualung-0.9beta9.1-orig/src/decoder/dec_lavc.h 2007-04-21 09:57:14.000000000 +0200 -+++ aqualung-0.9beta9.1/src/decoder/dec_lavc.h 2008-04-15 04:02:41.000000000 +0200 -@@ -23,8 +23,13 @@ - #define _DEC_LAVC_H - - #ifdef HAVE_LAVC -+#if HAVE_LIBAVCODEC_AVCODEC_H -+#include <libavcodec/avcodec.h> -+#include <libavformat/avformat.h> -+#else - #include <ffmpeg/avcodec.h> - #include <ffmpeg/avformat.h> -+#endif - #endif /* HAVE_LAVC */ - - #include "file_decoder.h" |