Really fix my never ending mistakes.

Originally committed as revision 7609 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benjamin Larsson 2007-01-21 18:46:19 +00:00
parent 97ec93e176
commit 60527f3163
1 changed files with 3 additions and 2 deletions

View File

@ -49,13 +49,14 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#ifdef CONFIG_ZLIB
#include <zlib.h>
#include "common.h" #include "common.h"
#include "avcodec.h" #include "avcodec.h"
#include "bitstream.h" #include "bitstream.h"
#ifdef CONFIG_ZLIB
#include <zlib.h>
typedef struct FlashSVContext { typedef struct FlashSVContext {
AVCodecContext *avctx; AVCodecContext *avctx;
AVFrame frame; AVFrame frame;