Committed fix for #128893 (properly detect too old libfaad installations)
authorChristophe Fergeau <teuf@gnome.org>
Tue, 9 Dec 2003 15:23:08 +0000 (15:23 +0000)
committerChristophe Fergeau <teuf@gnome.org>
Tue, 9 Dec 2003 15:23:08 +0000 (15:23 +0000)
Original commit message from CVS:
Committed fix for #128893 (properly detect too old libfaad installations)

configure.ac

index 68734b8..f380cf0 100644 (file)
@@ -800,7 +800,7 @@ GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [
   AC_MSG_CHECKING([Checking for FAAD >= 2])
   AC_TRY_COMPILE([
 #include <faad.h>
-#if !defined(FAAD2_VERSION)
+#if !defined(FAAD2_VERSION) || !defined(FAAD_FMT_DOUBLE)
 #error Not faad2
 #endif
   ], [ return 0; ],