From d04fb4dc6cf97b54418d8c7b1b20cc92c3f06e4b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 9 Dec 2003 15:23:08 +0000 Subject: Committed fix for #128893 (properly detect too old libfaad installations) Original commit message from CVS: Committed fix for #128893 (properly detect too old libfaad installations) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 68734b8f..f380cf09 100644 --- a/configure.ac +++ b/configure.ac @@ -800,7 +800,7 @@ GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [ AC_MSG_CHECKING([Checking for FAAD >= 2]) AC_TRY_COMPILE([ #include -#if !defined(FAAD2_VERSION) +#if !defined(FAAD2_VERSION) || !defined(FAAD_FMT_DOUBLE) #error Not faad2 #endif ], [ return 0; ], -- cgit v1.2.1