[FFmpeg-devel] [PATCH 02/10] use native zlib decoder for zmbv

Diego Biurrun diego
Mon Jul 16 12:00:30 CEST 2007


On Sun, Jul 15, 2007 at 09:12:22PM +0100, Mans Rullgard wrote:
> --- a/configure
> +++ b/configure
> @@ -729,7 +729,6 @@ vc1_decoder_deps="h263_decoder"
>  wmv1_decoder_deps="h263_decoder"
>  wmv2_decoder_deps="h263_decoder"
>  wmv3_decoder_deps="h263_decoder"
> -zmbv_decoder_deps="zlib"
>  zmbv_encoder_deps="zlib"
>  
>  # external libraries
> --- a/libavcodec/zmbv.c
> +++ b/libavcodec/zmbv.c
> @@ -28,10 +28,7 @@
>  #include <stdlib.h>
>  
>  #include "avcodec.h"
> -
> -#ifdef CONFIG_ZLIB
> -#include <zlib.h>
> -#endif
> +#include "inflate.h"

All of those CONFIG_ZLIB are already unnecessary, the files are compiled
conditional to zlib.

Diego




More information about the ffmpeg-devel mailing list