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