[MPlayer-dev-eng] jack detection in configure
ak
4nykey at gmail.com
Sat Oct 8 20:14:52 CEST 2005
On Sat, 08 Oct 2005, ak wrote:
> On Sat, 08 Oct 2005, Diego Biurrun wrote:
>
> > ak schrieb:
> >
> > >Right now './configure --enable-jack' leaves 'JACK_LIB' empty in
> > >config.mak, as jack libs check is in autodetect section, so with
> > >'--enable-jack' it's never done.
> > >echocheck "JACK"
> > >-if test "$_jack" = auto ; then
> > >+if test "$_jack" != no ; then
> > >
> >
> > Now there is no difference between the yes and auto states. This is not the intended behavior.
>
> Hello.
> Haven't thought about it. How about this one?
Or rather, what would be the correct way?
More information about the MPlayer-dev-eng
mailing list