Mercurial > mplayer.hg
changeset 20147:8a760f0395d0
Run TOOLS/cpuinfo on x86_64 as well as x86.
patch from the NetBSD pkgsrc
author | diego |
---|---|
date | Wed, 11 Oct 2006 08:13:52 +0000 |
parents | cfbb283087f0 |
children | 73cd6b74c538 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Oct 10 23:14:40 2006 +0000 +++ b/configure Wed Oct 11 08:13:52 2006 +0000 @@ -842,7 +842,7 @@ 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