mirror of https://github.com/mpv-player/mpv
Fix MMX2 check, _sse is set to "kernel_check", not "yes".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22128 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
87236178bd
commit
ee40bc8f21
|
@ -1478,7 +1478,7 @@ if x86 ; then
|
||||||
done
|
done
|
||||||
|
|
||||||
# SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.
|
# SSE implies MMX2, but not all SSE processors report the mmxext CPU flag.
|
||||||
test $_sse = yes && _mmxext=yes
|
test $_sse = kernel_check && _mmxext=kernel_check
|
||||||
|
|
||||||
echocheck "CPU vendor"
|
echocheck "CPU vendor"
|
||||||
echores "$pvendor ($pfamily:$pmodel:$pstepping)"
|
echores "$pvendor ($pfamily:$pmodel:$pstepping)"
|
||||||
|
|
Loading…
Reference in New Issue