[MPlayer-cvslog] CVS: main configure,1.1135,1.1136
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Wed Feb 22 01:59:14 CET 2006
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv28343
Modified Files:
configure
Log Message:
properly detect cpu on x86 based mac
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1135
retrieving revision 1.1136
diff -u -r1.1135 -r1.1136
--- configure 18 Feb 2006 20:04:42 -0000 1.1135
+++ configure 22 Feb 2006 00:59:11 -0000 1.1136
@@ -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"
More information about the MPlayer-cvslog
mailing list