[MPlayer-cvslog] r30309 - trunk/configure
zuxy
subversion at mplayerhq.hu
Fri Jan 15 10:33:38 CET 2010
Author: zuxy
Date: Fri Jan 15 10:33:38 2010
New Revision: 30309
Log:
The undocumented x86-64 is a better fallback for core2 than nocona.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Jan 15 10:31:15 2010 (r30308)
+++ trunk/configure Fri Jan 15 10:33:38 2010 (r30309)
@@ -2064,6 +2064,9 @@ EOF
fi
# --- Intel processors ---
if test "$proc" = "core2"; then
+ cc_check -march=$proc $cpuopt=$proc || proc=x86-64
+ fi
+ if test "$proc" = "x86-64"; then
cc_check -march=$proc $cpuopt=$proc || proc=nocona
fi
if test "$proc" = "nocona"; then
More information about the MPlayer-cvslog
mailing list