summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-10-26 23:41:00 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-10-26 23:41:00 +0000
commitc48649242d60fd72aa65d2363c1d412e4eb0ea82 (patch)
tree6eceebecfda13bad5c86aa5f292c3fcef06d92ed
parent1e002b602f32008862ad113773e308c603ddf4bf (diff)
svq3 watermark code now needs zlib
Originally committed as revision 15719 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/svq3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index 0f7501b9ef..5503e45851 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -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.