changeset 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 f693666fbf9f
children 66ff451487a7
files svq3.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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.