diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-11 08:13:52 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-11 08:13:52 +0000 |
commit | 1b28ddc7dc807292341263d5a9fac7d4c6530793 (patch) | |
tree | 8f26141194f9a0710120dd49cdb9651cbe26bdee /configure | |
parent | 14e2ec782287a260342b92353120633c730c6811 (diff) | |
download | mpv-1b28ddc7dc807292341263d5a9fac7d4c6530793.tar.bz2 mpv-1b28ddc7dc807292341263d5a9fac7d4c6530793.tar.xz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |