mirror of https://github.com/mpv-player/mpv
unbreak armv6 previously broken by me...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23606 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d1a47e2290
commit
a969d1681b
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue