From f9aba097a328c3f25e9ab49174f0efab14819a6d Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 21 Jan 2007 21:58:32 +0000 Subject: remove useless #ifdef CONFIG_ZLIB Originally committed as revision 7624 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/zmbvenc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/zmbvenc.c') diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c index a7a7a16da9..1b6d87efae 100644 --- a/libavcodec/zmbvenc.c +++ b/libavcodec/zmbvenc.c @@ -31,7 +31,6 @@ #include "common.h" #include "avcodec.h" -#ifdef CONFIG_ZLIB #include #define ZMBV_KEYFRAME 1 @@ -325,4 +324,3 @@ AVCodec zmbv_encoder = { encode_end, .pix_fmts = (enum PixelFormat[]){PIX_FMT_PAL8, -1}, }; -#endif -- cgit v1.2.3