mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
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:
parent
fb473a53fb
commit
daa6a095a9
1 changed files with 1 additions and 1 deletions
|
@ -800,7 +800,7 @@ GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [
|
||||||
AC_MSG_CHECKING([Checking for FAAD >= 2])
|
AC_MSG_CHECKING([Checking for FAAD >= 2])
|
||||||
AC_TRY_COMPILE([
|
AC_TRY_COMPILE([
|
||||||
#include <faad.h>
|
#include <faad.h>
|
||||||
#if !defined(FAAD2_VERSION)
|
#if !defined(FAAD2_VERSION) || !defined(FAAD_FMT_DOUBLE)
|
||||||
#error Not faad2
|
#error Not faad2
|
||||||
#endif
|
#endif
|
||||||
], [ return 0; ],
|
], [ return 0; ],
|
||||||
|
|
Loading…
Reference in a new issue