[MPlayer-cvslog] r31307 - trunk/configure
reimar
subversion at mplayerhq.hu
Thu Jun 3 00:09:05 CEST 2010
Author: reimar
Date: Thu Jun 3 00:09:04 2010
New Revision: 31307
Log:
Add the -march fallback for amdfam10 also to the x86_64 case.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Jun 2 22:50:55 2010 (r31306)
+++ trunk/configure Thu Jun 3 00:09:04 2010 (r31307)
@@ -2076,6 +2076,9 @@ EOF
cc_check -march=native && proc=native
fi
# --- AMD processors ---
+ if test "$proc" = "amdfam10"; then
+ cc_check -march=$proc $cpuopt=$proc || proc=k8
+ fi
if test "$proc" = "k8"; then
cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp
fi
More information about the MPlayer-cvslog
mailing list