[MPlayer-cvslog] r19471 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Aug 21 02:39:48 CEST 2006
Author: diego
Date: Mon Aug 21 02:39:48 2006
New Revision: 19471
Modified:
trunk/configure
Log:
Only run the check for external FAAD if internal FAAD is not used.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Aug 21 02:39:48 2006
@@ -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
More information about the MPlayer-cvslog
mailing list