Mercurial > mplayer.hg
changeset 11404:ddff8d18dcc1
prefer our cpuinfo.c over linux emu proc/cpuinfo under freebsd on x86
author | alex |
---|---|
date | Thu, 06 Nov 2003 22:57:40 +0000 |
parents | 86ab7e0b2a65 |
children | 8b62788d4d1b |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Nov 06 22:34:20 2003 +0000 +++ b/configure Thu Nov 06 22:57:40 2003 +0000 @@ -585,7 +585,7 @@ if test -r /proc/cpuinfo && not cygwin; then # Linux with /proc mounted, extract CPU information from it _cpuinfo="cat /proc/cpuinfo" -elif test -r /compat/linux/proc/cpuinfo ; then +elif test -r /compat/linux/proc/cpuinfo && not x86 ; then # FreeBSD with Linux emulation /proc mounted, # extract CPU information from it _cpuinfo="cat /compat/linux/proc/cpuinfo"