Commit c4864924 authored by Baptiste Coudurier's avatar Baptiste Coudurier

svq3 watermark code now needs zlib

Originally committed as revision 15719 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1e002b60
...@@ -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