summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-14 19:28:07 +0100
committerJan Ekström <jeebjp@gmail.com>2017-12-15 12:32:25 +0200
commit9824a30eb164300e1c626bf897f0e9658d23b9cc (patch)
tree5c2648ac76a1e16d5344fffe8b5090c3b7bb382e /wscript
parentd7d670fcbf3974894429e5693e76536f0d2fe847 (diff)
downloadmpv-9824a30eb164300e1c626bf897f0e9658d23b9cc.tar.bz2
mpv-9824a30eb164300e1c626bf897f0e9658d23b9cc.tar.xz
vd_lavc: use libavcodec metadata for hardware decoder wrappers
This removes the need to keep an explicit list and to attempt to parse codec names. Needs latest FFmpeg git.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8db26d5b1c..a79e0df282 100644
--- a/wscript
+++ b/wscript
@@ -413,7 +413,7 @@ iconv support use --disable-iconv.",
ffmpeg_pkg_config_checks = [
'libavutil', '>= 56.0.100',
- 'libavcodec', '>= 58.6.102',
+ 'libavcodec', '>= 58.7.100',
'libavformat', '>= 58.0.102',
'libswscale', '>= 5.0.101',
'libavfilter', '>= 7.0.101',