summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-22 19:58:44 +0000
committerlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-22 19:58:44 +0000
commita969d1681bfb1e2de9e4bc7098c3974e64335032 (patch)
tree19ac8927abd2a0417cd785944a7b73abebbe8161 /configure
parentd1a47e2290a3afc38acde19dde815be4d39765a2 (diff)
downloadmpv-a969d1681bfb1e2de9e4bc7098c3974e64335032.tar.bz2
mpv-a969d1681bfb1e2de9e4bc7098c3974e64335032.tar.xz
unbreak armv6 previously broken by me...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23606 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 438647f89e..5376a8955d 100755
--- a/configure
+++ b/configure
@@ -2478,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"Y
+test "$_armv6" = yes && _cpuexts="ARMV6 $_cpuexts"
test "$_iwmmxt" = yes && _cpuexts="IWMMXT $_cpuexts"
# Checking kernel version...