diff svq3.c @ 8027:086563096ac5 libavcodec

Include zlib.h as it is needed for watermark support, patch by baptiste based on reverse engineering work by chrono.
author michael
date Tue, 14 Oct 2008 20:42:54 +0000
parents 239547e8796e
children e7e67a20ff4d
line wrap: on
line diff
--- 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 <zlib.h>
+#endif
+
 /**
  * @file svq3.c
  * svq3 decoder.