mirror of https://github.com/mpv-player/mpv
build: bump required ffmpeg version
For the vp9 fix (at least if upstream ffmpeg is used).
This commit is contained in:
parent
7f8f134730
commit
963eb15006
2
wscript
2
wscript
|
@ -426,7 +426,7 @@ iconv support use --disable-iconv.",
|
||||||
|
|
||||||
ffmpeg_pkg_config_checks = [
|
ffmpeg_pkg_config_checks = [
|
||||||
'libavutil', '>= 56.0.100',
|
'libavutil', '>= 56.0.100',
|
||||||
'libavcodec', '>= 58.4.100',
|
'libavcodec', '>= 58.6.102',
|
||||||
'libavformat', '>= 58.0.102',
|
'libavformat', '>= 58.0.102',
|
||||||
'libswscale', '>= 5.0.101',
|
'libswscale', '>= 5.0.101',
|
||||||
'libavfilter', '>= 7.0.101',
|
'libavfilter', '>= 7.0.101',
|
||||||
|
|
Loading…
Reference in New Issue