[FFmpeg-cvslog] r15618 - trunk/libavcodec/svq3.c
michael
subversion
Tue Oct 14 22:42:55 CEST 2008
Author: michael
Date: Tue Oct 14 22:42:54 2008
New Revision: 15618
Log:
Include zlib.h as its needed for watermark support,
patch by baptiste based on reverse engeneering work by chrono.
Modified:
trunk/libavcodec/svq3.c
Modified: trunk/libavcodec/svq3.c
==============================================================================
--- trunk/libavcodec/svq3.c (original)
+++ trunk/libavcodec/svq3.c Tue Oct 14 22:42:54 2008
@@ -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.
More information about the ffmpeg-cvslog
mailing list