[MPlayer-cvslog] r23488 - trunk/configure
zuxy
subversion at mplayerhq.hu
Thu Jun 7 05:01:32 CEST 2007
Author: zuxy
Date: Thu Jun 7 05:01:32 2007
New Revision: 23488
Log:
10l: correct Core 2 detection under x86-64
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Jun 7 05:01:32 2007
@@ -1845,7 +1845,7 @@ EOF
AuthenticAMD)
proc=k8;;
GenuineIntel)
- case "$pmodel" in
+ case "$pfamily" in
6) proc=core2;;
*)
# 64-bit prescotts exist, but as far as GCC is concerned they
More information about the MPlayer-cvslog
mailing list