Mercurial > mplayer.hg
changeset 17663:018f1478418a
properly detect cpu on x86 based mac
author | nplourde |
---|---|
date | Wed, 22 Feb 2006 00:59:11 +0000 |
parents | 81881a3b85cf |
children | 915a3791f6c1 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Feb 21 21:54:08 2006 +0000 +++ b/configure Wed Feb 22 00:59:11 2006 +0000 @@ -769,7 +769,7 @@ # FreeBSD with Linux emulation /proc mounted, # extract CPU information from it _cpuinfo="cat /compat/linux/proc/cpuinfo" -elif darwin ; then +elif darwin && not x86 ; then # use hostinfo on Darwin _cpuinfo="hostinfo" elif aix; then @@ -2295,6 +2295,7 @@ qnx && _vidix=no sunos && _vidix=no beos && _vidix=no + darwin && _vidix=no fi echocheck "mplayer binary name"