]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- fix faad 2.5 detection
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Dec 2006 11:25:10 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad-faad.patch -> 1.1

gstreamer-plugins-bad-faad.patch [new file with mode: 0644]

diff --git a/gstreamer-plugins-bad-faad.patch b/gstreamer-plugins-bad-faad.patch
new file mode 100644 (file)
index 0000000..c605154
--- /dev/null
@@ -0,0 +1,11 @@
+--- gst-plugins-bad-0.10.4/configure.ac.orig   2006-12-25 01:56:17.252256000 +0100
++++ gst-plugins-bad-0.10.4/configure.ac        2006-12-25 02:56:35.158429278 +0100
+@@ -425,7 +425,7 @@
+ GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [
+   HAVE_FAAD="yes"
+   GST_CHECK_LIBHEADER(FAAD, faad, faacDecOpen, -lm, faad.h,
+-    FAAD_LIBS="-lfaad -lm", HAVE_FAAD="no")
++    FAAD_LIBS="-lfaad -lm", [GST_CHECK_LIBHEADER(FAAD, faad, NeAACDecOpen, -lm, faad.h, FAAD_LIBS="-lfaad -lm", [HAVE_FAAD="no"])])
+   if test $HAVE_FAAD = "yes"; then
+     AC_MSG_CHECKING([Checking for FAAD >= 2])
+     AC_TRY_RUN([
This page took 0.254146 seconds and 4 git commands to generate.