Commit 9b312770 authored by bcoudurier's avatar bcoudurier

svq3 watermark code now needs zlib

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15719 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 99d526e3
...@@ -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