summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 20:37:08 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 20:37:08 +0000
commit5dd1c3e7391a9bacc7d217bcfc98e5dcacdc6e9f (patch)
treeecd38a32b02eedd0eec89960c4b1655be8a8e6e0 /configure
parent7ecf9a6d0489a6bd5b9e6df2048cdb54bb70d861 (diff)
downloadmpv-5dd1c3e7391a9bacc7d217bcfc98e5dcacdc6e9f.tar.bz2
mpv-5dd1c3e7391a9bacc7d217bcfc98e5dcacdc6e9f.tar.xz
On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,
use cpuinfo instead. This allows MPlayer to get one step closer to building in 64 bits mode on Darwin, if one passes --target=x86_64-darwin to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27931 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 88bfb61fdb..ed84492425 100755
--- a/configure
+++ b/configure
@@ -1543,7 +1543,7 @@ elif test -r /compat/linux/proc/cpuinfo && ! x86_32 ; then
# FreeBSD with Linux emulation /proc mounted,
# extract CPU information from it
_cpuinfo="cat /compat/linux/proc/cpuinfo"
-elif darwin && ! x86_32 ; then
+elif darwin && ! x86 ; then
# use hostinfo on Darwin
_cpuinfo="hostinfo"
elif aix; then