Re: [FFmpeg-devel] [PATCH] configure: simplify libwebp checks

2015-05-23 Thread James Almer
On 23/05/15 7:42 AM, Michael Niedermayer wrote: > On Sat, May 23, 2015 at 02:15:39AM -0300, James Almer wrote: >> The libwebpmux pkg-config file already has an explicit dependecy on libwebp >> >= 0.2.0. >> Also remove the warning and silently disable the anim encoder when >> libwebpmux is not new

Re: [FFmpeg-devel] [PATCH] configure: simplify libwebp checks

2015-05-23 Thread Michael Niedermayer
On Sat, May 23, 2015 at 02:15:39AM -0300, James Almer wrote: > The libwebpmux pkg-config file already has an explicit dependecy on libwebp > >= 0.2.0. > Also remove the warning and silently disable the anim encoder when libwebpmux > is not new enough. > This is more in line with other library com