[Mplayer-cvslog] CVS: main configure,1.283,1.284
Atmosfear
atmos4 at mplayer.dev.hu
Wed Nov 21 17:43:36 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv11956
Modified Files:
configure
Log Message:
Fix kernel asm check.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -r1.283 -r1.284
--- configure 20 Nov 2001 19:35:03 -0000 1.283
+++ configure 21 Nov 2001 16:43:33 -0000 1.284
@@ -612,12 +612,12 @@
return 1
}
- extcheck $_mmx "mmx" "emms" && _mmx=yes
- extcheck $_3dnow "3dnow" "femms" && _3dnow=yes
- extcheck $_3dnowex "3dnowex" "pswapd %%mm0, %%mm0" && _3dnowex=yes
- extcheck $_mmx2 "mmx2" "sfence" && _mmx2=yes
- extcheck $_sse "sse" "xorps %%xmm0, %%xmm0" && _sse=yes
- extcheck $_sse2 "sse2" "xorpd %%xmm0, %%xmm0" && _sse2=yes
+ extcheck $_mmx "mmx" "emms" || _mmx=no
+ extcheck $_3dnow "3dnow" "femms" || _3dnow=no
+ extcheck $_3dnowex "3dnowex" "pswapd %%mm0, %%mm0" || _3dnowex=no
+ extcheck $_mmx2 "mmx2" "sfence" || _mmx2=no
+ extcheck $_sse "sse" "xorps %%xmm0, %%xmm0" || _sse=no
+ extcheck $_sse2 "sse2" "xorpd %%xmm0, %%xmm0" || _sse2=no
echocheck "mtrr support"
echores "$_mtrr"
More information about the MPlayer-cvslog
mailing list