build: bump required ffmpeg version

For the vp9 fix (at least if upstream ffmpeg is used).
This commit is contained in:
wm4 2017-11-30 01:09:31 +01:00
parent 7f8f134730
commit 963eb15006
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ iconv support use --disable-iconv.",
ffmpeg_pkg_config_checks = [
'libavutil', '>= 56.0.100',
'libavcodec', '>= 58.4.100',
'libavcodec', '>= 58.6.102',
'libavformat', '>= 58.0.102',
'libswscale', '>= 5.0.101',
'libavfilter', '>= 7.0.101',