comparison configure @ 34964:667130006055

Fix compilation with latest FFmpeg.
author cehoyos
date Sat, 04 Aug 2012 23:00:58 +0000
parents 8446e92c7bc2
children abcc6e6d67c9
comparison
equal deleted inserted replaced
34963:0ba5ba56f6d0 34964:667130006055
2959 inline_asm_check '"wunpckelub wr6, wr4"' && _iwmmxt=yes 2959 inline_asm_check '"wunpckelub wr6, wr4"' && _iwmmxt=yes
2960 fi 2960 fi
2961 echores "$_iwmmxt" 2961 echores "$_iwmmxt"
2962 fi 2962 fi
2963 2963
2964 cpuexts_all='ALTIVEC AVX MMX MMX2 AMD3DNOW AMD3DNOWEXT SSE SSE2 SSSE3 FAST_CMOV CMOV FAST_CLZ ARMV5TE ARMV6 ARMV6T2 ARMVFP VFPV3 NEON IWMMXT MMI VIS MVI' 2964 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'
2965 test "$_altivec" = yes && cpuexts="ALTIVEC $cpuexts" 2965 test "$_altivec" = yes && cpuexts="ALTIVEC $cpuexts"
2966 test "$_mmx" = yes && cpuexts="MMX $cpuexts" 2966 test "$_mmx" = yes && cpuexts="MMX $cpuexts"
2967 test "$_mmxext" = yes && cpuexts="MMX2 $cpuexts" 2967 test "$_mmxext" = yes && cpuexts="MMX2 $cpuexts"
2968 test "$_mmxext" = yes && cpuexts="MMXEXT $cpuexts"
2968 test "$_3dnow" = yes && cpuexts="AMD3DNOW $cpuexts" 2969 test "$_3dnow" = yes && cpuexts="AMD3DNOW $cpuexts"
2969 test "$_3dnowext" = yes && cpuexts="AMD3DNOWEXT $cpuexts" 2970 test "$_3dnowext" = yes && cpuexts="AMD3DNOWEXT $cpuexts"
2970 test "$_sse" = yes && cpuexts="SSE $cpuexts" 2971 test "$_sse" = yes && cpuexts="SSE $cpuexts"
2971 test "$_sse2" = yes && cpuexts="SSE2 $cpuexts" 2972 test "$_sse2" = yes && cpuexts="SSE2 $cpuexts"
2972 test "$_ssse3" = yes && cpuexts="SSSE3 $cpuexts" 2973 test "$_ssse3" = yes && cpuexts="SSSE3 $cpuexts"