mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
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
@ -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…
Reference in New Issue
Block a user