https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/HEAD:/libavcodec/libwebpenc_common.c
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) if anyone want to fix this.... fix is simple, just add ff_ to single call to this function in this file...
_______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
