[Alsaplayer-devel] configure system
Dominique Michel
dominique.michel at citycable.ch
Mon Oct 8 21:22:56 BST 2007
Le Mon, 8 Oct 2007 19:14:17 +0200,
Dominique Michel <dominique.michel at citycable.ch> a écrit :
> Le Sun, 7 Oct 2007 13:29:58 +0200,
> Dominique Michel <dominique.michel at citycable.ch> a écrit :
>
> > A few things seam to be wrong configure.ac (from the worst to the less
> > worst):
> >
> > - make try to compile the mad plugin even when libmad is not found;
> done, added a configure option
>
> > - gtk1 is still tested;
> done, removed
>
> > - oggflac is tested with recent libflac. As it is included in libflac with
> > the new API, it is enough to only test libflac for both libflac and oggflac;
> todo
done, I added a test that use stream_decoder_init_ogg_stream from the new API,
but a search for this string revealed that this function is not implemented in
AP, so it is no way that oggflac will work with flac>=1.1.3.
I think that I will do a new rc release because the patches I committed those
last 2 days fix several annoying bugs.
And someone will have to look into this oggflac issue. Any volunteer?
>
> > - nls is working now, so I guess that
> >
> > if test "$enable_nls" = yes; then
> > echo No nls support yet
> > fi
> >
> > is not needed anymore.
> > The funny part is that I don't get this echo during configure when nls was
> > to yes...
> >
> done, changed into "echo NLS support use gettext"
>
> > I will try to look at it and report back.
> >
> > Dominique
> >
More information about the alsaplayer-devel
mailing list