[MPlayer-cvslog] r33712 - trunk/configure

reimar subversion at mplayerhq.hu
Wed Jun 22 21:02:21 CEST 2011


Author: reimar
Date: Wed Jun 22 21:02:20 2011
New Revision: 33712

Log:
Do not force SSE disabled for gcc 2, it seems to compile
and work fine.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Jun 22 15:48:55 2011	(r33711)
+++ trunk/configure	Wed Jun 22 21:02:20 2011	(r33712)
@@ -1761,7 +1761,6 @@ elif x86; then
 fi
 
 if [ "$cc_vendor" = "gnu" ] && [ "$_cc_major" = 2 ] ; then
-  test $_sse      = auto && _sse=no
   test $_win32dll = auto && _win32dll=no
   ass_internal=no
 fi


More information about the MPlayer-cvslog mailing list