forked from FFmpeg/FFmpeg
remove useless #ifdef CONFIG_ZLIB
Originally committed as revision 7624 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e3d2a690e8
commit
f9aba097a3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue