Include zlib.h as it is needed for watermark support,
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 14 Oct 2008 20:42:54 +0000 (20:42 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 14 Oct 2008 20:42:54 +0000 (20:42 +0000)
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

index 67fa317..4bb50b5 100644 (file)
  *  ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov
  */
 
+#ifdef CONFIG_ZLIB
+#include <zlib.h>
+#endif
+
 /**
  * @file svq3.c
  * svq3 decoder.