# HG changeset patch # User iive # Date 1344703098 0 # Node ID e8612836f3eb0a16d0571722c2a6e72da4707744 # Parent 93a763f04563593105913df479e1ea8c01e0246e Quick Build Fix. Add HAVE_CPUNOP in configure. This commit lacks proper detection for this yasm/nasm capability. diff -r 93a763f04563 -r e8612836f3eb configure --- a/configure Sat Aug 11 13:02:58 2012 +0000 +++ b/configure Sat Aug 11 16:38:18 2012 +0000 @@ -2963,7 +2963,7 @@ echores "$_iwmmxt" fi -cpuexts_all='ALTIVEC AVX MMX MMX2 MMXEXT AMD3DNOW AMD3DNOWEXT SSE SSE2 SSSE3 FAST_CMOV CMOV FAST_CLZ ARMV5TE ARMV6 ARMV6T2 ARMVFP VFPV3 NEON IWMMXT MMI VIS MVI' +cpuexts_all='ALTIVEC AVX MMX MMX2 MMXEXT AMD3DNOW AMD3DNOWEXT SSE SSE2 SSSE3 FAST_CMOV CMOV FAST_CLZ ARMV5TE ARMV6 ARMV6T2 ARMVFP VFPV3 NEON IWMMXT MMI VIS MVI CPUNOP' test "$_altivec" = yes && cpuexts="ALTIVEC $cpuexts" test "$_mmx" = yes && cpuexts="MMX $cpuexts" test "$_mmxext" = yes && cpuexts="MMX2 $cpuexts"