From 706bb1d0c756be95e8646c6e433d5d24f7c75dca Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 12 Feb 2018 19:28:30 +0100 Subject: Fix recent FFmpeg deprecations This includes codec/muxer/demuxer iteration (different iteration function, registration functions deprecated), and the renaming of AVFormatContext.filename to url (plus making it a malloced string). Libav doesn't have the new API yet, so it will break. I hope they will add the new APIs too. --- wscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 49cb12a9c3..f44c8a357d 100644 --- a/wscript +++ b/wscript @@ -412,9 +412,9 @@ iconv support use --disable-iconv.", ] ffmpeg_pkg_config_checks = [ - 'libavutil', '>= 56.6.100', - 'libavcodec', '>= 58.7.100', - 'libavformat', '>= 58.0.102', + 'libavutil', '>= 56.7.100', + 'libavcodec', '>= 58.10.100', + 'libavformat', '>= 58.9.100', 'libswscale', '>= 5.0.101', 'libavfilter', '>= 7.0.101', 'libswresample', '>= 3.0.100', -- cgit v1.2.3