summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 37455ef981..dae3a7ea0f 100755
--- a/configure
+++ b/configure
@@ -3339,7 +3339,7 @@ if test "$_faad" = auto ; then
_faad=no
cat > $TMPC << EOF
#include <faad.h>
-int main(void) { faacDecHandle testhand; testhand = faacDecOpen(); return 0; }
+int main(void) { faacDecHandle testhand; faacDecFrameInfo testinfo; testhand = faacDecOpen(); return 0; }
EOF
cc_check -lfaad -lm && _faad=yes
fi