]> git.pld-linux.org Git - packages/alsa-plugins.git/commitdiff
- fixed libavcodec include dir
authorSzymon Siwek <sls@pld-linux.org>
Mon, 13 Oct 2008 11:51:14 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alsa-plugins-ffmpeg.patch -> 1.1

alsa-plugins-ffmpeg.patch [new file with mode: 0644]

diff --git a/alsa-plugins-ffmpeg.patch b/alsa-plugins-ffmpeg.patch
new file mode 100644 (file)
index 0000000..da334be
--- /dev/null
@@ -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 <alsa/asoundlib.h>
+ #include <alsa/pcm_external.h>
+ #include <alsa/pcm_plugin.h>
+-#include <ffmpeg/avcodec.h>
++#include <libavcodec/avcodec.h>
+ 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 <stdio.h>
+ #include <alsa/asoundlib.h>
+ #include <alsa/pcm_rate.h>
+-#include <ffmpeg/avcodec.h>
++#include <libavcodec/avcodec.h>
+ #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"
This page took 0.131116 seconds and 4 git commands to generate.