[MPlayer-cvslog] r19473 - trunk/configure

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


Author: diego
Date: Mon Aug 21 02:42:34 2006
New Revision: 19473

Modified:
   trunk/configure

Log:
cosmetics: indentation fix after last commit


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Aug 21 02:42:34 2006
@@ -5809,15 +5809,15 @@
   fi
 elif test "$_faad_internal" = no && test "$_faad_external" = auto ; then
   _ld_faad='-lfaad'
-    _faad_external=no
-    cat > $TMPC << EOF
+  _faad_external=no
+  cat > $TMPC << EOF
 #include <faad.h>
 #ifndef FAAD_MIN_STREAMSIZE
 #error Too old version
 #endif
 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
+  cc_check $_ld_faad $_ld_lm && _faad_external=yes
 fi
 
 if test "$_faad_internal" = yes ; then



More information about the MPlayer-cvslog mailing list