[FFmpeg-devel] [PATCH] add bzlib check in configure
Aurelien Jacobs
aurel
Fri May 16 01:11:44 CEST 2008
Diego Biurrun wrote:
> On Fri, May 16, 2008 at 01:00:16AM +0200, Aurelien Jacobs wrote:
> >
> > I intend to add bz2 compressed track support in the matroska
> > demuxer. This requires using bzlib. And thus, this requires a new
> > check in configure.
> > Is the attached patch OK ?
>
> It does look OK to me. If it works, it is fine.
Sure, it works.
Applied.
> > --- configure (revision 13150)
> > +++ configure (working copy)
> > @@ -1591,6 +1594,7 @@
> >
> > enabled zlib && check_lib zlib.h zlibVersion -lz || disable zlib
> > +enabled bzlib && check_lib bzlib.h BZ2_bzlibVersion -lbz2 ||
> > disable bzlib
>
> This could be aligned at some point.
Indeed. Done.
Aurel
More information about the ffmpeg-devel
mailing list