[MPlayer-dev-eng] jack detection in configure

Diego Biurrun diego at biurrun.de
Sat Oct 8 17:53:25 CEST 2005


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.

Patch rejected.

Diego




More information about the MPlayer-dev-eng mailing list