[FFmpeg-cvslog] r15719 - trunk/libavcodec/svq3.c
bcoudurier
subversion
Mon Oct 27 00:41:00 CET 2008
Author: bcoudurier
Date: Mon Oct 27 00:41:00 2008
New Revision: 15719
Log:
svq3 watermark code now needs zlib
Modified:
trunk/libavcodec/svq3.c
Modified: trunk/libavcodec/svq3.c
==============================================================================
--- trunk/libavcodec/svq3.c (original)
+++ trunk/libavcodec/svq3.c Mon Oct 27 00:41:00 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