Commit e46a9827 authored by Michael Niedermayer's avatar Michael Niedermayer

Include zlib.h as it is needed for watermark support,

patch by baptiste based on reverse engineering work by chrono.

Originally committed as revision 15618 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 795bb9dc
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
* ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov * ftp://ftp.mplayerhq.hu/MPlayer/samples/V-codecs/SVQ3/Vertical400kbit.sorenson3.mov
*/ */
#ifdef CONFIG_ZLIB
#include <zlib.h>
#endif
/** /**
* @file svq3.c * @file svq3.c
* svq3 decoder. * svq3 decoder.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment