[MPlayer-cvslog] r33947 - trunk/configure

reimar subversion at mplayerhq.hu
Sat Jul 30 20:29:10 CEST 2011


Author: reimar
Date: Sat Jul 30 20:29:09 2011
New Revision: 33947

Log:
Fix xmm clobber test that was broken since it was added.

This probably will have caused lots of issues with Windows 64 bit
builds (though I have not heard of any...).

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Jul 30 18:27:14 2011	(r33946)
+++ trunk/configure	Sat Jul 30 20:29:09 2011	(r33947)
@@ -2756,7 +2756,7 @@ echores "$bswap"
 
 
 echocheck "xmm clobbers"
-inline_asm_check '"":::"%xxxmm0"' &&
+inline_asm_check '"":::"%xmm0"' &&
   def_xmm_clobbers='#define HAVE_XMM_CLOBBERS 1' &&
   xmm_clobbers=yes || xmm_clobbers=no
 echores "$xmm_clobbers"


More information about the MPlayer-cvslog mailing list