mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Don't break compilation on systems without zlib.
Originally committed as revision 7608 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0f7af06674
commit
97ec93e176
@ -49,6 +49,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef CONFIG_ZLIB
|
||||
#include <zlib.h>
|
||||
|
||||
#include "common.h"
|
||||
@ -257,3 +258,4 @@ AVCodec flashsv_decoder = {
|
||||
CODEC_CAP_DR1,
|
||||
.pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1},
|
||||
};
|
||||
#endif //CONFIG_ZLIB
|
||||
|
Loading…
Reference in New Issue
Block a user