remove useless #ifdef CONFIG_ZLIB

Originally committed as revision 7624 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-01-21 21:58:32 +00:00
parent e3d2a690e8
commit f9aba097a3
1 changed files with 0 additions and 2 deletions

View File

@ -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