summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-21 00:39:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-21 00:39:48 +0000
commit4efeffa1d3135ea7beb1fad436e6039cd3a5a8d2 (patch)
tree557b10f1ca562e19132f4b2cc7820287a5e67598 /configure
parentc2035b4e2eae52099fa4da8c60d8498d6a2149f9 (diff)
downloadmpv-4efeffa1d3135ea7beb1fad436e6039cd3a5a8d2.tar.bz2
mpv-4efeffa1d3135ea7beb1fad436e6039cd3a5a8d2.tar.xz
Only run the check for external FAAD if internal FAAD is not used.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19471 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 77b28def17..3802206682 100755
--- a/configure
+++ b/configure
@@ -5807,7 +5807,7 @@ if test "$_faad_internal" = auto ; then
else
_faad_internal=yes
fi
-elif test "$_faad_external" = auto ; then
+elif test "$_faad_internal" = no && test "$_faad_external" = auto ; then
_ld_faad='-lfaad'
# external faad: check if it's really faad2 :)
if test "$_faad_external" = auto ; then