[MPlayer-cvslog] r28314 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Jan 15 16:40:17 CET 2009
Author: diego
Date: Thu Jan 15 16:40:12 2009
New Revision: 28314
Log:
SH4 is not a CPU extension mechanism.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Jan 15 09:51:12 2009 (r28313)
+++ trunk/configure Thu Jan 15 16:40:12 2009 (r28314)
@@ -2611,7 +2611,7 @@ EOF
echores "$_iwmmxt"
fi
-_cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMV6T2 ARMVFP IWMMXT MLIB MMI SH4 VIS MVI'
+_cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMV6T2 ARMVFP IWMMXT MLIB 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