[Flac-dev] latest checkins
Josh Coalson
xflac at yahoo.com
Sat Nov 10 11:53:01 PST 2001
--- Matt Zimmerman <mdz at debian.org> wrote:
> On Fri, Nov 09, 2001 at 11:33:17AM -0800, Josh Coalson wrote:
>
> > I have checked in a few changes worth noting:
> >
> > 1. I split the file decoder into a more general 'seekable
> > stream decoder' which, makes the file decoder just a special
> > case of the seekable stream decoder. this is useful in
> > situations where you are trying to add decoding support to
> > something that has abstracted the file away. the file
> > decoder interface is still identical, it is all backward
> > compatible.
>
> Since (I assume) this has added a new public interface, don't forget
> to
> update the libtool version before the release, from 1:0:0 to 2:0:1,
> to
> reflect this.
yes, I'll be checking that in today.
Matt, on a separate note, the Ogg test in configure.in is:
AM_CONDITIONAL(FLaC__HAS_OGG, [test $have_ogg = xyes])
I thought it would be:
AM_CONDITIONAL(FLaC__HAS_OGG, [test x$have_ogg = xyes])
???
Josh
__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com
More information about the Flac-dev
mailing list