[MPlayer-cvslog] r20153 - trunk/configure

diego subversion at mplayerhq.hu
Wed Oct 11 10:13:52 CEST 2006


Author: diego
Date: Wed Oct 11 10:13:52 2006
New Revision: 20153

Modified:
   trunk/configure

Log:
Run TOOLS/cpuinfo on x86_64 as well as x86.
patch from the NetBSD pkgsrc


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Oct 11 10:13:52 2006
@@ -842,7 +842,7 @@
 elif aix; then
   # use 'lsattr' on AIX
   _cpuinfo="lsattr -E -l proc0 -a type"
-elif x86; then
+elif x86 || x86_64; then
   # all other OSes try to extract CPU information from a small helper
   # program TOOLS/cpuinfo instead
   $_cc -o TOOLS/cpuinfo TOOLS/cpuinfo.c



More information about the MPlayer-cvslog mailing list