0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

recognize future pentium-m processors, e.g. there is intel core with model 14

patch by Zuxy Meng <zuxy meng at gmail >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18112 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2006-04-16 08:37:49 +00:00
parent 87267dc2f1
commit c71da39d09

2
configure vendored
View File

@ -884,7 +884,7 @@ case "$host_arch" in
fi
;;
6) iproc=686
if test "$pmodel" -eq 9 -o "$pmodel" -eq 13; then
if test "$pmodel" -eq 9 -o "$pmodel" -ge 13; then
proc=pentium-m
elif test "$pmodel" -ge 7; then
proc=pentium3