Mercurial > mplayer.hg
changeset 30265:a70cdb4450f5
Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.
author | zuxy |
---|---|
date | Fri, 15 Jan 2010 09:10:23 +0000 |
parents | 1032ff2e83f1 |
children | fe8671946fae |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jan 15 08:51:51 2010 +0000 +++ b/configure Fri Jan 15 09:10:23 2010 +0000 @@ -2024,7 +2024,6 @@ else cpuopt=-mcpu fi - test $_fast_cmov = "auto" && _fast_cmov=yes if test "$_runtime_cpudetection" = no ; then case "$pvendor" in AuthenticAMD) @@ -2036,6 +2035,7 @@ # 64-bit prescotts exist, but as far as GCC is concerned they # have the same capabilities as a nocona. proc=nocona + test $_fast_cmov = "auto" && _fast_cmov=no ;; esac ;; @@ -2089,6 +2089,7 @@ fi _optimizing="" + test $_fast_cmov = "auto" && _fast_cmov=yes echores "$proc" ;;