[MPlayer-cvslog] r31105 - trunk/configure

cehoyos subversion at mplayerhq.hu
Wed Apr 28 13:57:09 CEST 2010


Author: cehoyos
Date: Wed Apr 28 13:57:09 2010
New Revision: 31105

Log:
Fix compilation with gcc 2.95.3 (with --disable-ass).

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Apr 28 00:06:29 2010	(r31104)
+++ trunk/configure	Wed Apr 28 13:57:09 2010	(r31105)
@@ -1673,6 +1673,12 @@ elif x86; then
   _cpuinfo="./cpuinfo$_exesuf"
 fi
 
+if [ "$cc_vendor" = "gnu" ] && [ "$_cc_major" = 2 ] ; then
+  test $_sse      = auto && _sse=no
+  test $_win32dll = auto && _win32dll=no
+  ass_internal=no
+fi
+
 if x86 ; then
   # gather more CPU information
   pname=$($_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -n 1)


More information about the MPlayer-cvslog mailing list