summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-01 17:32:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-01 17:32:53 +0000
commit9aea25b96ea7fce39773a75dbf3a6a2589ea808f (patch)
tree04e5fe5b050511243b4493a423384b3d94300293 /configure
parent0e970b49f0542c9f1c7f46a85ca860f9c7fbaec4 (diff)
downloadmpv-9aea25b96ea7fce39773a75dbf3a6a2589ea808f.tar.bz2
mpv-9aea25b96ea7fce39773a75dbf3a6a2589ea808f.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
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 <faad.h>