[MPlayer-cvslog] r35142 - trunk/configure

cehoyos subversion at mplayerhq.hu
Sat Sep 1 18:54:54 CEST 2012


Author: cehoyos
Date: Sat Sep  1 18:54:53 2012
New Revision: 35142

Log:
Add SSE4 to the cpu flags, fixes compilation with current FFmpeg.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Sep  1 18:39:54 2012	(r35141)
+++ trunk/configure	Sat Sep  1 18:54:53 2012	(r35142)
@@ -3001,7 +3001,7 @@ if arm ; then
   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 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