mirror of https://github.com/mpv-player/mpv
Intel's Conroe-L makes use of extended models, so adjust CPU detection
routines accordingly. patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23027 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1b06491e1f
commit
3b97b07397
|
@ -1641,7 +1641,7 @@ case "$host_arch" in
|
|||
fi
|
||||
;;
|
||||
6) iproc=686
|
||||
if test "$pmodel" -eq 15; then
|
||||
if test "$pmodel" -ge 15; then
|
||||
proc=core2
|
||||
elif test "$pmodel" -eq 9 -o "$pmodel" -ge 13; then
|
||||
proc=pentium-m
|
||||
|
|
Loading…
Reference in New Issue