changeset 19466:2a87a8a2e1fb

Remove duplicate check for $_faad_external = auto.
author diego
date Mon, 21 Aug 2006 00:42:07 +0000
parents 60211f9faa32
children c4283270c67e
files configure
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Aug 21 00:39:48 2006 +0000
+++ b/configure	Mon Aug 21 00:42:07 2006 +0000
@@ -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