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

Baptiste Coudurier baptiste.coudurier
Mon Oct 27 01:12:17 CET 2008


M?ns Rullg?rd wrote:
> 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.
> 

Done.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Smartjog USA Inc.                                http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA




More information about the ffmpeg-cvslog mailing list