[MPlayer-cvslog] r27507 - trunk/configure

diego subversion at mplayerhq.hu
Mon Sep 1 19:32:54 CEST 2008


Author: diego
Date: Mon Sep  1 19:32:53 2008
New Revision: 27507

Log:
Fall back on external libfaad check if internal libfaad check failed.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Sep  1 19:32:53 2008
@@ -6188,13 +6188,16 @@ if test "$_faad_internal" = auto ; then
         _res_comment="broken gcc"
         ;;
       *)
+        _faad_external=no
         _faad_internal=yes
         ;;
     esac
   else
+    _faad_external=no
     _faad_internal=yes
   fi
-elif test "$_faad_internal" = no && test "$_faad_external" = auto ; then
+fi
+if test "$_faad_external" = auto ; then
   _faad_external=no
   cat > $TMPC << EOF
 #include <faad.h>



More information about the MPlayer-cvslog mailing list