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)
This commit is contained in:
Christophe Fergeau 2003-12-09 15:23:08 +00:00
parent 5f9d5da7b8
commit d04fb4dc6c

View 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; ],