[MPlayer-cvslog] r30363 - trunk/configure
zuxy
subversion at mplayerhq.hu
Mon Jan 18 04:06:43 CET 2010
Author: zuxy
Date: Mon Jan 18 04:06:43 2010
New Revision: 30363
Log:
Support for detection of AMD Phenom.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jan 18 00:29:31 2010 (r30362)
+++ trunk/configure Mon Jan 18 04:06:43 2010 (r30363)
@@ -1818,7 +1818,7 @@ case "$host_arch" in
proc=k8
;;
- *) proc=k8 iproc=686 ;;
+ *) proc=amdfam10 iproc=686 ;;
esac
;;
GenuineIntel)
@@ -2028,7 +2028,11 @@ EOF
if test "$_runtime_cpudetection" = no ; then
case "$pvendor" in
AuthenticAMD)
- proc=k8;;
+ case "$pfamily" in
+ 15) proc=k8;;
+ *) proc=amdfam10;;
+ esac
+ ;;
GenuineIntel)
case "$pfamily" in
6) proc=core2;;
More information about the MPlayer-cvslog
mailing list