From 9aea25b96ea7fce39773a75dbf3a6a2589ea808f Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 1 Sep 2008 17:32:53 +0000 Subject: [PATCH] Fall back on external libfaad check if internal libfaad check failed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27507 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 4a97af2fbd..2fe7910e48 100755 --- a/configure +++ b/configure @@ -6188,13 +6188,16 @@ if test "$_faad_internal" = auto ; then _res_comment="broken gcc" ;; *) + _faad_external=no _faad_internal=yes ;; esac else + _faad_external=no _faad_internal=yes fi -elif test "$_faad_internal" = no && test "$_faad_external" = auto ; then +fi +if test "$_faad_external" = auto ; then _faad_external=no cat > $TMPC << EOF #include