changeset 33546:b0f904bc6cb0

Use the same yasm check as FFmpeg.
author cehoyos
date Thu, 16 Jun 2011 21:37:21 +0000
parents 38aee97cc4fc
children 82909caef905
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Jun 16 17:43:05 2011 +0000
+++ b/configure	Thu Jun 16 21:37:21 2011 +0000
@@ -2774,7 +2774,7 @@
   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