[MPlayer-cvslog] CVS: main configure,1.1166,1.1167

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Apr 22 16:13:18 CEST 2006


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
Make the sse CPU flag imply mmxext, Intel CPUs with SSE support mmxext
without reporting it in the list of CPU flags.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1166
retrieving revision 1.1167
diff -u -r1.1166 -r1.1167
--- configure	22 Apr 2006 13:24:04 -0000	1.1166
+++ configure	22 Apr 2006 14:13:14 -0000	1.1167
@@ -804,7 +804,7 @@
     mmx)          _mmx=yes                 ;;
     mmxext)       _mmx2=yes                ;;
     mtrr|k6_mtrr|cyrix_arr)   _mtrr=yes    ;;
-    xmm|sse|kni)  _sse=yes                 ;;
+    xmm|sse|kni)  _sse=yes    _mmx2=yes    ;;
     sse2)         _sse2=yes                ;;
     esac
   done




More information about the MPlayer-cvslog mailing list