mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
This commit is contained in:
parent
795bb9dcb0
commit
e46a98271e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user