diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 0f7501b9ef..5503e45851 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -40,6 +40,10 @@ * ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov */ +#ifdef CONFIG_ZLIB +#include +#endif + /** * @file svq3.c * svq3 decoder.