[MPlayer-cvslog] r33634 - trunk/configure

cehoyos subversion at mplayerhq.hu
Thu Jun 16 23:37:21 CEST 2011


Author: cehoyos
Date: Thu Jun 16 23:37:21 2011
New Revision: 33634

Log:
Use the same yasm check as FFmpeg.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Jun 16 19:43:05 2011	(r33633)
+++ trunk/configure	Thu Jun 16 23:37:21 2011	(r33634)
@@ -2774,7 +2774,7 @@ else
   warn_cflags=yes
 fi
 
-echo "pabsw xmm0, xmm0" > $TMPS
+echo "pextrd [eax], xmm0, 1" > $TMPS
 if test "$_yasm" ; then
   if ! yasm_check ; then
     if x86_64 ; then


More information about the MPlayer-cvslog mailing list