[MPlayer-cvslog] r27931 - trunk/configure

gpoirier subversion at mplayerhq.hu
Sat Nov 15 21:37:08 CET 2008


Author: gpoirier
Date: Sat Nov 15 21:37:08 2008
New Revision: 27931

Log:
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.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sat Nov 15 21:37:08 2008
@@ -1543,7 +1543,7 @@ elif test -r /compat/linux/proc/cpuinfo 
   # 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



More information about the MPlayer-cvslog mailing list