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

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Apr 22 15:24:09 CEST 2006


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
Set all processor flags individually, not implied.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1165
retrieving revision 1.1166
diff -u -r1.1165 -r1.1166
--- configure	22 Apr 2006 13:17:23 -0000	1.1165
+++ configure	22 Apr 2006 13:24:04 -0000	1.1166
@@ -800,11 +800,11 @@
   for i in $pparam ; do
     case "$i" in
     3dnow)        _3dnow=yes               ;;
-    3dnowext)     _3dnow=yes  _3dnowex=yes ;;
+    3dnowext)     _3dnowex=yes             ;;
     mmx)          _mmx=yes                 ;;
     mmxext)       _mmx2=yes                ;;
     mtrr|k6_mtrr|cyrix_arr)   _mtrr=yes    ;;
-    xmm|sse|kni)  _sse=yes    _mmx2=yes    ;;
+    xmm|sse|kni)  _sse=yes                 ;;
     sse2)         _sse2=yes                ;;
     esac
   done




More information about the MPlayer-cvslog mailing list