From 04980e7e6759af52ef10562ed7b384b350fc768a Mon Sep 17 00:00:00 2001 From: Szymon Siwek Date: Mon, 13 Oct 2008 11:51:14 +0000 Subject: [PATCH] - fixed libavcodec include dir Changed files: alsa-plugins-ffmpeg.patch -> 1.1 --- alsa-plugins-ffmpeg.patch | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 alsa-plugins-ffmpeg.patch diff --git a/alsa-plugins-ffmpeg.patch b/alsa-plugins-ffmpeg.patch new file mode 100644 index 0000000..da334be --- /dev/null +++ b/alsa-plugins-ffmpeg.patch @@ -0,0 +1,33 @@ +--- alsa-plugins-1.0.17/a52/pcm_a52.c.orig 2008-10-13 01:16:02.481709383 +0200 ++++ alsa-plugins-1.0.17/a52/pcm_a52.c 2008-10-13 01:16:14.480884705 +0200 +@@ -25,7 +25,7 @@ + #include + #include + #include +-#include ++#include + + struct a52_ctx { + snd_pcm_ioplug_t io; +--- alsa-plugins-1.0.17/rate-lavc/rate_lavcrate.c.orig 2008-10-13 01:25:37.942159294 +0200 ++++ alsa-plugins-1.0.17/rate-lavc/rate_lavcrate.c 2008-10-13 01:25:50.941265895 +0200 +@@ -19,7 +19,7 @@ + #include + #include + #include +-#include ++#include + #include "gcd.h" + + static int filter_size = 16; +--- alsa-plugins-1.0.17/configure.in.orig 2008-10-13 01:21:23.459649300 +0200 ++++ alsa-plugins-1.0.17/configure.in 2008-10-13 01:21:35.458824622 +0200 +@@ -62,7 +62,7 @@ + AC_SUBST(AVCODEC_LIBS) + AC_CHECK_LIB([avcodec], [avcodec_open], [HAVE_AVCODEC=yes], [HAVE_AVCODEC=no]) + if test x$HAVE_AVCODEC = xyes; then +- AC_CHECK_HEADER([ffmpeg/avcodec.h], [], [HAVE_AVCODEC=no]) ++ AC_CHECK_HEADER([libavcodec/avcodec.h], [], [HAVE_AVCODEC=no]) + fi + AM_CONDITIONAL(HAVE_AVCODEC, test x$HAVE_AVCODEC = xyes) + CFLAGS="$CFLAGS_saved" -- 2.44.0