mirror of
https://github.com/mpv-player/mpv
synced 2025-03-15 03:14:30 +01:00
10l: correct Core 2 detection under x86-64
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23488 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6318d36bae
commit
02b22f84c8
2
configure
vendored
2
configure
vendored
@ -1845,7 +1845,7 @@ EOF
|
|||||||
AuthenticAMD)
|
AuthenticAMD)
|
||||||
proc=k8;;
|
proc=k8;;
|
||||||
GenuineIntel)
|
GenuineIntel)
|
||||||
case "$pmodel" in
|
case "$pfamily" in
|
||||||
6) proc=core2;;
|
6) proc=core2;;
|
||||||
*)
|
*)
|
||||||
# 64-bit prescotts exist, but as far as GCC is concerned they
|
# 64-bit prescotts exist, but as far as GCC is concerned they
|
||||||
|
Loading…
x
Reference in New Issue
Block a user