[SCM] libav/experimental: Include zlib.h as it is needed for watermark support, patch by baptiste based on reverse engineering work by chrono.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:31:23 UTC 2013


The following commit has been merged in the experimental branch:
commit e46a98271e7c7d651929ef8f486dcea25fcc8763
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Oct 14 20:42:54 2008 +0000

    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

diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index 67fa317..4bb50b5 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -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.

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list