# HG changeset patch # User banan # Date 1169405179 0 # Node ID 9abacee8d3128aef1b6a7141a9fb4984130cc3d8 # Parent 0e381e54eeb050c9d50db42719a4a04e65a9394b Really fix my never ending mistakes. diff -r 0e381e54eeb0 -r 9abacee8d312 flashsv.c --- 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 #include -#ifdef CONFIG_ZLIB -#include #include "common.h" #include "avcodec.h" #include "bitstream.h" +#ifdef CONFIG_ZLIB +#include + typedef struct FlashSVContext { AVCodecContext *avctx; AVFrame frame;