[MPlayer-cvslog] CVS: main configure,1.1163,1.1164

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Apr 22 14:46:36 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv21749

Modified Files:
	configure 
Log Message:
10l: Fix internal FAAD check for non-x86.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1163
retrieving revision 1.1164
diff -u -r1.1163 -r1.1164
--- configure	22 Apr 2006 11:03:45 -0000	1.1163
+++ configure	22 Apr 2006 12:46:33 -0000	1.1164
@@ -5672,10 +5672,9 @@
         _faad_internal=no
         _res_comment="broken gcc"
         ;;
-      *)
-        _faad_internal=yes
-        ;;
     esac
+  else
+    _faad_internal=yes
   fi
 fi
 if test "$_faad_internal" = yes ; then




More information about the MPlayer-cvslog mailing list