[FFmpeg-devel] [PATCH] add bzlib check in configure
Diego Biurrun
diego
Fri May 16 01:02:14 CEST 2008
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.
> --- 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.
Diego
More information about the ffmpeg-devel
mailing list