mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +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
03f79e151b
commit
de466df946
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_TRY_COMPILE([
|
||||
#include <faad.h>
|
||||
#if !defined(FAAD2_VERSION)
|
||||
#if !defined(FAAD2_VERSION) || !defined(FAAD_FMT_DOUBLE)
|
||||
#error Not faad2
|
||||
#endif
|
||||
], [ return 0; ],
|
||||
|
|
Loading…
Reference in a new issue