[FFmpeg-cvslog] r15719 - trunk/libavcodec/svq3.c

Måns Rullgård mans
Mon Oct 27 01:03:28 CET 2008


bcoudurier <subversion at mplayerhq.hu> writes:

> 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
> +

Please add a _suggest entry in configure for this.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list