[MPlayer-cvslog] r35701 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Thu Dec 20 23:35:51 CET 2012
Author: cehoyos
Date: Thu Dec 20 23:35:51 2012
New Revision: 35701
Log:
Replace ARMVFP by VFP as currrently used by FFmpeg.
Patch by Erik Auerswald, auerswal at unix-ag uni-kl de
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Dec 19 15:13:36 2012 (r35700)
+++ trunk/configure Thu Dec 20 23:35:51 2012 (r35701)
@@ -3042,7 +3042,7 @@ if arm ; then
echores "$_iwmmxt"
fi
-cpuexts_all='ALTIVEC AVX MMX MMX2 MMXEXT AMD3DNOW AMD3DNOWEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE42 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 SSE42 FAST_CMOV CMOV FAST_CLZ ARMV5TE ARMV6 ARMV6T2 VFP VFPV3 NEON IWMMXT MMI VIS MVI'
test "$_altivec" = yes && cpuexts="ALTIVEC $cpuexts"
test "$_mmx" = yes && cpuexts="MMX $cpuexts"
test "$_mmxext" = yes && cpuexts="MMX2 $cpuexts"
@@ -3062,7 +3062,7 @@ test "$_fast_clz" = yes && cpuexts="FAS
test "$_armv5te" = yes && cpuexts="ARMV5TE $cpuexts"
test "$_armv6" = yes && cpuexts="ARMV6 $cpuexts"
test "$_armv6t2" = yes && cpuexts="ARMV6T2 $cpuexts"
-test "$_armvfp" = yes && cpuexts="ARMVFP $cpuexts"
+test "$_armvfp" = yes && cpuexts="VFP $cpuexts"
test "$vfpv3" = yes && cpuexts="VFPV3 $cpuexts"
test "$neon" = yes && cpuexts="NEON $cpuexts"
test "$_iwmmxt" = yes && cpuexts="IWMMXT $cpuexts"
More information about the MPlayer-cvslog
mailing list