Mercurial > mplayer.hg
changeset 19465:60211f9faa32
Only run the check for external FAAD if internal FAAD is not used.
author | diego |
---|---|
date | Mon, 21 Aug 2006 00:39:48 +0000 |
parents | 3f19764369ac |
children | 2a87a8a2e1fb |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Aug 20 23:19:18 2006 +0000 +++ b/configure Mon Aug 21 00:39:48 2006 +0000 @@ -5807,7 +5807,7 @@ 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