[MPlayer-cvslog] r21752 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Dec 24 00:55:58 CET 2006
Author: diego
Date: Sun Dec 24 00:55:58 2006
New Revision: 21752
Modified:
trunk/configure
Log:
Extend runtime CPU detection to x86-64.
inspired by a patch from Zuxy Meng, zuxy.meng gmail com
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Dec 24 00:55:58 2006
@@ -1462,8 +1462,9 @@
esac # case "$host_arch" in
if test "$_runtime_cpudetection" = yes ; then
- if x86; then
- _cmov=no
+ if x86 || x86_64 ; then
+ _cmov=yes
+ x86 && _cmov=no
_mmx=yes
_3dnow=yes
_3dnowext=yes
More information about the MPlayer-cvslog
mailing list