[MPlayer-cvslog] r35158 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Sun Sep 9 23:10:20 CEST 2012
Author: cehoyos
Date: Sun Sep 9 23:10:19 2012
New Revision: 35158
Log:
Fix compilation with current FFmpeg.
This temporarily disables SSE3 optimizations.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Sep 8 12:37:14 2012 (r35157)
+++ trunk/configure Sun Sep 9 23:10:19 2012 (r35158)
@@ -3001,7 +3001,7 @@ if arm ; then
echores "$_iwmmxt"
fi
-cpuexts_all='ALTIVEC AVX MMX MMX2 MMXEXT AMD3DNOW AMD3DNOWEXT SSE SSE2 SSSE3 SSE4 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 SSE3 SSSE3 SSE4 FAST_CMOV CMOV FAST_CLZ ARMV5TE ARMV6 ARMV6T2 ARMVFP VFPV3 NEON IWMMXT MMI VIS MVI'
test "$_altivec" = yes && cpuexts="ALTIVEC $cpuexts"
test "$_mmx" = yes && cpuexts="MMX $cpuexts"
test "$_mmxext" = yes && cpuexts="MMX2 $cpuexts"
More information about the MPlayer-cvslog
mailing list