From 5fd89ca03f9a22eec271d6eb3b44ffa7255f8121 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 9 Mar 2009 23:33:27 +0000 Subject: Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead. Originally committed as revision 17922 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 9f0bb7dd8b..22b7064718 100755 --- a/configure +++ b/configure @@ -1856,7 +1856,7 @@ EOF # check whether binutils is new enough to compile SSSE3/MMX2 enabled ssse3 && check_asm ssse3 '"pabsw %xmm0, %xmm0"' - enabled mmx2 && check_asm mmx2 '"movss %xmm0, %xmm0"' + enabled mmx2 && check_asm mmx2 '"pmaxub %mm0, %mm1"' check_asm bswap '"bswap %%eax" ::: "%eax"' -- cgit v1.2.3