diff options
author | wm4 <wm4@nowhere> | 2017-11-17 14:17:45 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-11-17 14:18:57 +0100 |
commit | cd6f964b567d77c01971277a908824e3b01db86f (patch) | |
tree | df7f502917618f5c62e9535d03ccd2644cfe0292 /wscript | |
parent | 35d74e1612be458173507db3fbee719aa7f42321 (diff) |
demux_mkv: remove unnecessary parsing for vp9
We can finally get rid of this crap.
Depends on a ffmpeg-mpv change. Always worked with Libav (ever since
they fixed it properly).
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -426,7 +426,7 @@ iconv support use --disable-iconv.", ffmpeg_pkg_config_checks = [ 'libavutil', '>= 56.0.100', - 'libavcodec', '>= 58.2.100', + 'libavcodec', '>= 58.4.100', 'libavformat', '>= 58.0.102', 'libswscale', '>= 5.0.101', 'libavfilter', '>= 7.0.101', |