mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 15:27:00 +00:00
Fix setting of mtrr variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22211 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3692eeffa8
commit
5d3b7bd92b
6
configure
vendored
6
configure
vendored
@ -2147,11 +2147,11 @@ EOF
|
||||
extcheck $_cmov "cmov" "cmovb %%eax,%%ebx"
|
||||
|
||||
echocheck "mtrr support"
|
||||
echores "$_mtrr"
|
||||
|
||||
if test "$_mtrr" = yes ; then
|
||||
if test "$_mtrr" = kernel_check ; then
|
||||
_mtrr="yes"
|
||||
_optimizing="$_optimizing mtrr"
|
||||
fi
|
||||
echores "$_mtrr"
|
||||
|
||||
if test "$_gcc3_ext" != ""; then
|
||||
# if we had to disable sse/sse2 because the active kernel does not
|
||||
|
Loading…
Reference in New Issue
Block a user