From e46a98271e7c7d651929ef8f486dcea25fcc8763 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 14 Oct 2008 20:42:54 +0000 Subject: [PATCH] Include zlib.h as it is needed for watermark support, patch by baptiste based on reverse engineering work by chrono. Originally committed as revision 15618 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/svq3.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index 67fa3172b4..4bb50b509b 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.