Commit f9aba097 authored by Måns Rullgård's avatar Måns Rullgård

remove useless #ifdef CONFIG_ZLIB

Originally committed as revision 7624 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e3d2a690
......@@ -31,7 +31,6 @@
#include "common.h"
#include "avcodec.h"
#ifdef CONFIG_ZLIB
#include <zlib.h>
#define ZMBV_KEYFRAME 1
......@@ -325,4 +324,3 @@ AVCodec zmbv_encoder = {
encode_end,
.pix_fmts = (enum PixelFormat[]){PIX_FMT_PAL8, -1},
};
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment