Mercurial > libavcodec.hg
changeset 4371:0e381e54eeb0 libavcodec
Don't break compilation on systems without zlib.
author | banan |
---|---|
date | Sun, 21 Jan 2007 17:48:03 +0000 |
parents | e6eb67453d94 |
children | 9abacee8d312 |
files | flashsv.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flashsv.c Sun Jan 21 14:14:50 2007 +0000 +++ b/flashsv.c Sun Jan 21 17:48:03 2007 +0000 @@ -49,6 +49,7 @@ #include <stdio.h> #include <stdlib.h> +#ifdef CONFIG_ZLIB #include <zlib.h> #include "common.h" @@ -257,3 +258,4 @@ CODEC_CAP_DR1, .pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1}, }; +#endif //CONFIG_ZLIB