svq3 watermark code now needs zlib

Originally committed as revision 15719 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-10-26 23:41:00 +00:00
parent 1e002b602f
commit c48649242d
1 changed files with 4 additions and 0 deletions

View File

@ -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.