[Mplayer-cvslog] CVS: main configure,1.103,1.104

Atmosfear atmos4 at mplayer.dev.hu
Fri Jul 13 21:49:17 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv4121

Modified Files:
	configure 
Log Message:
Disable 3dnow when mmx is disabled.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- configure	13 Jul 2001 09:20:13 -0000	1.103
+++ configure	13 Jul 2001 19:49:15 -0000	1.104
@@ -1022,6 +1022,9 @@
         _3dnowex=no
         ;;
   --disable-mmx)
+        # without mmx 3Dnow! and stuff is also not possible
+        _3dnow=no
+        _3dnowex=no
         _mmx=no
 	_mmx2=no
         ;;
@@ -1832,9 +1835,9 @@
 $_mlib     // available only on solaris
 $_3dnowm   // only define if you have 3DNOW (AMD k6-2, AMD Athlon, iDT WinChip, etc.)
 $_3dnowexm // only define if you have 3DNOWEX (AMD Athlon, etc.)
-$_mmx      // only define if you have MMX
-$_mmx2     // only define if you have MMX2
-$_ssem     // only define if you have SSE (Intel Pentium III or Celeron II)
+$_mmx      // only define if you have MMX (newer x86 chips, not P54C/PPro)
+$_mmx2     // only define if you have MMX2 (Athlon/PIII/4/CelII)
+$_ssem     // only define if you have SSE (Intel Pentium III/4 or Celeron II)
 
 /* libvo options */
 #define SCREEN_SIZE_X $_x




More information about the MPlayer-cvslog mailing list