1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 11:55:42 +00:00

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
This commit is contained in:
diego 2006-08-21 00:39:48 +00:00
parent c2035b4e2e
commit 4efeffa1d3

2
configure vendored
View File

@ -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