Commit 24f184e5 authored by banan's avatar banan

Don't break compilation on systems without zlib.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7608 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 33840cc0
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef CONFIG_ZLIB
#include <zlib.h> #include <zlib.h>
#include "common.h" #include "common.h"
...@@ -257,3 +258,4 @@ AVCodec flashsv_decoder = { ...@@ -257,3 +258,4 @@ AVCodec flashsv_decoder = {
CODEC_CAP_DR1, CODEC_CAP_DR1,
.pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1}, .pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1},
}; };
#endif //CONFIG_ZLIB
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