[MPlayer-cvslog] CVS: main configure,1.1197,1.1198

Ivan Kalvachev ikalvachev at gmail.com
Sat May 13 19:33:40 CEST 2006


2006/5/13, Balatoni Denes <dbalatoni at interware.hu>:
> Hi!
>
> szombat 13 május 2006 19.07-kor Ivan Kalvachev ezeket a bolcs gondolatokat
> fogalmazta meg:
> > > ...this is not correct at least in the case of xmms plugin support. It is
> > > switched off by default,  --enable forces it (there are only checks to
> > > find some directories - and if those fail they are preset to a default).
> >
> > It does exactly what I say. It performs check when set to "yes".
> > But It is so badly hacked that it won't even accept "auto" if you try
> > to enable it by default. (that's means the check is broken;)
>
> No. If set to yes it is forced. It does checks to find some additional
> parameters, and if those are not found it will still be compiled with default
> parameters. And btw it was auto originally but Arpi said it shouldn't be.

if test "$_xmms" = yes ; then
[...]
else
  _def_xmms='#undef HAVE_XMMS'
fi
echores "$_xmms"

This check cannot perform autodetection. Setting _xmms to "auto" will
disable it. The check is broken.




More information about the MPlayer-cvslog mailing list