Commit 7726d1b2 authored by mru's avatar mru

remove useless #ifdef CONFIG_ZLIB


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7624 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eb5d449b
......@@ -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