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

Reimar Doeffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Tue Jun 19 11:06:00 CEST 2007


Hello,
On Tue, Jun 19, 2007 at 08:47:23AM +0200, Diego Biurrun wrote:
> > --- 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.

Seems safer to me like this, there is also the kernel_check etc.
settings for which I do not know when they happen - this is in the
spirit of keeping changes minimal ;-)

Greetings,
Reimar Doeffinger



More information about the MPlayer-dev-eng mailing list