# HG changeset patch # User michael # Date 1224016974 0 # Node ID 086563096ac555a2870c3bb8d6b7988530b02046 # Parent f693666fbf9fb1ee10c6a8600c719cc3c51c9ac1 Include zlib.h as it is needed for watermark support, patch by baptiste based on reverse engineering work by chrono. diff -r f693666fbf9f -r 086563096ac5 svq3.c --- a/svq3.c Tue Oct 14 20:34:31 2008 +0000 +++ b/svq3.c Tue Oct 14 20:42:54 2008 +0000 @@ -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.