Mercurial > mplayer.hg
diff configure @ 23586:16db18293ebd
unbreak armv6 previously broken by me...
author | lu_zero |
---|---|
date | Fri, 22 Jun 2007 19:58:44 +0000 |
parents | e180f4d46593 |
children | 46a6e2183078 |
line wrap: on
line diff
--- a/configure Fri Jun 22 13:03:40 2007 +0000 +++ b/configure Fri Jun 22 19:58:44 2007 +0000 @@ -2478,7 +2478,7 @@ 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...