[Mplayer-cvslog] CVS: main configure,1.119,1.120

Atmosfear atmos4 at mplayer.dev.hu
Sun Jul 29 18:22:31 CEST 2001


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

Modified Files:
	configure 
Log Message:
Fixed check for mmx2 extensions.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- configure	29 Jul 2001 13:24:23 -0000	1.119
+++ configure	29 Jul 2001 16:22:29 -0000	1.120
@@ -1283,7 +1283,7 @@
 if extcheck $_mmx "mmx" "emms" ; then _mmx=no ; fi
 if extcheck $_3dnow "3dnow" "femms" ; then _3dnow=no ; fi
 if extcheck $_3dnowex "3dnowex" "pswapd %%mm0, %%mm0" ; then _3dnowex=no ; fi
-if extcheck $_mmx2 "mmx2" "movntq %%mm0, (%%eax)" ; then _mmx2=no ; fi
+if extcheck $_mmx2 "mmx2" "sfence" ; then _mmx2=no ; fi
 if extcheck $_sse "sse" "xorps %%xmm0, %%xmm0" ; then _sse=no ; fi
 #if extcheck $_sse2 "sse2" "xorpd %%xmm0, %%xmm0" ; then _sse2=no ; fi
 rm -f $TMPS $TMPO $TMPC




More information about the MPlayer-cvslog mailing list