summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-11-17 14:17:45 +0100
committerwm4 <wm4@nowhere>2017-11-17 14:18:57 +0100
commitcd6f964b567d77c01971277a908824e3b01db86f (patch)
treedf7f502917618f5c62e9535d03ccd2644cfe0292 /wscript
parent35d74e1612be458173507db3fbee719aa7f42321 (diff)
downloadmpv-cd6f964b567d77c01971277a908824e3b01db86f.tar.bz2
mpv-cd6f964b567d77c01971277a908824e3b01db86f.tar.xz
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--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 002c0a579f..cbff083f59 100644
--- a/wscript
+++ b/wscript
@@ -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',