Really fix my never ending mistakes.
authorBenjamin Larsson <banan@ludd.ltu.se>
Sun, 21 Jan 2007 18:46:19 +0000 (18:46 +0000)
committerBenjamin Larsson <banan@ludd.ltu.se>
Sun, 21 Jan 2007 18:46:19 +0000 (18:46 +0000)
Originally committed as revision 7609 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/flashsv.c

index 3684773..c2bbb3d 100644 (file)
 
 #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;