[MPlayer-dev-eng] [PATCH] make disable-mmx etc. work with runtime cpudetection

Diego Biurrun diego at biurrun.de
Tue Jun 19 08:47:23 CEST 2007


On Sun, Jun 17, 2007 at 01:20:50PM +0200, Reimar Doeffinger wrote:
> Hello,
> especially helpful for people who want runtime cpudetection and do not
> want to upgrade binutils.
> Ok to apply?

You wish to be able to disable individual processor features even with
runtime CPU detection?  Go ahead and apply.

> --- configure	(revision 23569)
> +++ configure	(working copy)
> @@ -2208,16 +2208,16 @@
>  
>  if test "$_runtime_cpudetection" = yes ; then
>    if x86 ; then
> -    _cmov=yes
> +    test "$_cmov"     != no && _cmov=yes

Testing for auto should be enough.

Diego



More information about the MPlayer-dev-eng mailing list