Mercurial > libavcodec.hg
diff flashsv.c @ 4372:9abacee8d312 libavcodec
Really fix my never ending mistakes.
| author | banan |
|---|---|
| date | Sun, 21 Jan 2007 18:46:19 +0000 |
| parents | 0e381e54eeb0 |
| children | a4ccf06dfae2 |
line wrap: on
line diff
--- a/flashsv.c Sun Jan 21 17:48:03 2007 +0000 +++ b/flashsv.c Sun Jan 21 18:46:19 2007 +0000 @@ -49,13 +49,14 @@ #include <stdio.h> #include <stdlib.h> -#ifdef CONFIG_ZLIB -#include <zlib.h> #include "common.h" #include "avcodec.h" #include "bitstream.h" +#ifdef CONFIG_ZLIB +#include <zlib.h> + typedef struct FlashSVContext { AVCodecContext *avctx; AVFrame frame;
