<a href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/HEAD:/libavcodec/libwebpenc_common.c">https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/HEAD:/libavcodec/libwebpenc_common.c</a><div><br></div><div>there is ff_ prefixed 'ff_libwebp_error_to_averror' but down the file it called as just 'libwebp_error_to_averror' and this of course fails to compile with old enough libwebp (I tried ffmpeg 2.8.17 and libwebp 0.3.x)</div><div><br></div><div>if anyone want to fix this.... fix is simple, just add ff_ to single call to this function in this file... <br><div><br></div><div><br></div></div>