]> git.pld-linux.org Git - packages/alsa-plugins.git/blob - alsa-plugins-ffmpeg.patch
- release 4
[packages/alsa-plugins.git] / alsa-plugins-ffmpeg.patch
1 --- alsa-plugins-1.0.17/a52/pcm_a52.c.orig      2008-10-13 01:16:02.481709383 +0200
2 +++ alsa-plugins-1.0.17/a52/pcm_a52.c   2008-10-13 01:16:14.480884705 +0200
3 @@ -25,7 +25,7 @@
4  #include <alsa/asoundlib.h>
5  #include <alsa/pcm_external.h>
6  #include <alsa/pcm_plugin.h>
7 -#include <ffmpeg/avcodec.h>
8 +#include <libavcodec/avcodec.h>
9  
10  struct a52_ctx {
11         snd_pcm_ioplug_t io;
12 --- alsa-plugins-1.0.17/rate-lavc/rate_lavcrate.c.orig  2008-10-13 01:25:37.942159294 +0200
13 +++ alsa-plugins-1.0.17/rate-lavc/rate_lavcrate.c       2008-10-13 01:25:50.941265895 +0200
14 @@ -19,7 +19,7 @@
15  #include <stdio.h>
16  #include <alsa/asoundlib.h>
17  #include <alsa/pcm_rate.h>
18 -#include <ffmpeg/avcodec.h>
19 +#include <libavcodec/avcodec.h>
20  #include "gcd.h"
21  
22  static int filter_size = 16;
23 --- alsa-plugins-1.0.17/configure.in.orig       2008-10-13 01:21:23.459649300 +0200
24 +++ alsa-plugins-1.0.17/configure.in    2008-10-13 01:21:35.458824622 +0200
25 @@ -62,7 +62,7 @@
26  AC_SUBST(AVCODEC_LIBS)
27  AC_CHECK_LIB([avcodec], [avcodec_open], [HAVE_AVCODEC=yes], [HAVE_AVCODEC=no])
28  if test x$HAVE_AVCODEC = xyes; then
29 -  AC_CHECK_HEADER([ffmpeg/avcodec.h], [], [HAVE_AVCODEC=no])
30 +  AC_CHECK_HEADER([libavcodec/avcodec.h], [], [HAVE_AVCODEC=no])
31  fi
32  AM_CONDITIONAL(HAVE_AVCODEC, test x$HAVE_AVCODEC = xyes)
33  CFLAGS="$CFLAGS_saved"
This page took 0.068657 seconds and 3 git commands to generate.