changeset 4372:9abacee8d312 libavcodec

Really fix my never ending mistakes.
author banan
date Sun, 21 Jan 2007 18:46:19 +0000
parents 0e381e54eeb0
children a4ccf06dfae2
files flashsv.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
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;