From a969d1681bfb1e2de9e4bc7098c3974e64335032 Mon Sep 17 00:00:00 2001 From: lu_zero Date: Fri, 22 Jun 2007 19:58:44 +0000 Subject: unbreak armv6 previously broken by me... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23606 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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... -- cgit v1.2.3