summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-16 08:37:49 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-16 08:37:49 +0000
commitc71da39d099fa0122da794f3abb8fe817cbdf041 (patch)
tree3ab0d461cdbffbf17694d9cb7fb8c6ce8f703eb8 /configure
parent87267dc2f185717ff9796324b13e1dc0543fbc78 (diff)
downloadmpv-c71da39d099fa0122da794f3abb8fe817cbdf041.tar.bz2
mpv-c71da39d099fa0122da794f3abb8fe817cbdf041.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5c449aa1f6..7ad6080ec2 100755
--- a/configure
+++ b/configure
@@ -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