[MPlayer-cvslog] r19456 - trunk/configure

Diego Biurrun diego at biurrun.de
Mon Aug 21 18:24:52 CEST 2006


On Mon, Aug 21, 2006 at 02:46:19PM +0300, Uoti Urpala wrote:
> On Mon, 2006-08-21 at 11:33 +0200, Diego Biurrun wrote:
> > On Sun, Aug 20, 2006 at 08:15:03AM -0400, The Wanderer wrote:
> > > >>I don't think that's true. What about the case where _x11 is not
> > > >>'yes' and _xv is 'auto'? The Xv detection will not be run, _xv will
> > > >>not be changed, and so it will still be 'auto' here; at a glance,
> > > >>the Xinerama case is parallel.
> > > >
> > > >_xv is only tested for yes below.
> > > 
> > > Correct. However, there is also an 'echores "$_xv"', which AIUI will
> > > print "Checking for Xv... auto" in the case given. I don't think that
> > > that's desirable.
> > 
> > If that variable is set to auto the test is run and during the test it
> > gets set to no.
> 
> No it is not run.
> 
> $ ./configure --disable-x11
> Checking for Xv ... auto
> Checking for Xinerama ... auto
> Checking for Xxf86vm ... auto

Thanks for the report, fixed.

Diego



More information about the MPlayer-cvslog mailing list