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

Run TOOLS/cpuinfo on x86_64 as well as x86.

patch from the NetBSD pkgsrc


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20153 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-11 08:13:52 +00:00
parent 14e2ec7822
commit 1b28ddc7dc

2
configure vendored
View File

@ -842,7 +842,7 @@ elif darwin && not x86 ; then
elif aix; then
# use 'lsattr' on AIX
_cpuinfo="lsattr -E -l proc0 -a type"
elif x86; then
elif x86 || x86_64; then
# all other OSes try to extract CPU information from a small helper
# program TOOLS/cpuinfo instead
$_cc -o TOOLS/cpuinfo TOOLS/cpuinfo.c