summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-21 19:01:29 +0000
committerlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-21 19:01:29 +0000
commit5669d5261305040f17597f91f338a54fd6bf8784 (patch)
treeac2c0f06e53acbd3bca9012b4a4077c2ad1986aa /configure
parent57a8f0a3b7e8fc6a066588606aed002da230855b (diff)
downloadmpv-5669d5261305040f17597f91f338a54fd6bf8784.tar.bz2
mpv-5669d5261305040f17597f91f338a54fd6bf8784.tar.xz
Unbreak altivec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23600 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 923698d6db..438647f89e 100755
--- a/configure
+++ b/configure
@@ -2466,7 +2466,8 @@ EOF
echores "$_iwmmxt"
fi
-_cpuexts_all='MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV ARMV5TE ARMV6 IWMMXT MLIB MMI SH4 BFIN'
+_cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV ARMV5TE ARMV6 IWMMXT MLIB MMI SH4 BFIN'
+test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts"
test "$_mmx" = yes && _cpuexts="MMX $_cpuexts"
test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts"
test "$_3dnow" = yes && _cpuexts="3DNOW $_cpuexts"
@@ -2477,7 +2478,7 @@ test "$_ssse3" = yes && _cpuexts="SSSE3 $_cpuexts"
test "$_cmov" = yes && _cpuexts="CMOV $_cpuexts"
test "$_fast_cmov" = yes && _cpuexts="FAST_CMOV $_cpuexts"
test "$_armv5te" = yes && _cpuexts="ARMV5TE $_cpuexts"
-test "$_armv6" = yes && _cpuexts="ARMV6 $_cpuexts"
+test "$_armv6" = yes && _cpuexts="ARMV6 $_cpuexts"Y
test "$_iwmmxt" = yes && _cpuexts="IWMMXT $_cpuexts"
# Checking kernel version...