changeset 8067:8179f22a569e libavcodec

svq3 watermark code now needs zlib
author bcoudurier
date Sun, 26 Oct 2008 23:41:00 +0000
parents 94fa05bc0390
children 923c713c0c48
files svq3.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/svq3.c	Sun Oct 26 23:34:44 2008 +0000
+++ b/svq3.c	Sun Oct 26 23:41:00 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.