[MPlayer-cvslog] r19472 - trunk/configure

diego subversion at mplayerhq.hu
Mon Aug 21 02:42:07 CEST 2006


Author: diego
Date: Mon Aug 21 02:42:07 2006
New Revision: 19472

Modified:
   trunk/configure

Log:
Remove duplicate check for $_faad_external = auto.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Aug 21 02:42:07 2006
@@ -5809,8 +5809,6 @@
   fi
 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
     _faad_external=no
     cat > $TMPC << EOF
 #include <faad.h>
@@ -5820,7 +5818,6 @@
 int main(void) { faacDecHandle testhand; faacDecFrameInfo testinfo; testhand = faacDecOpen(); faacDecInit(0, 0, 0, 0, 0); return 0; }
 EOF
     cc_check $_ld_faad $_ld_lm && _faad_external=yes
-  fi
 fi
 
 if test "$_faad_internal" = yes ; then



More information about the MPlayer-cvslog mailing list