summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-03 18:05:47 +0200
committerJan Ekström <jeebjp@gmail.com>2018-04-03 20:08:15 +0300
commit428fc1cbeff232f57a5e67a1dd1bd9112ad39509 (patch)
treea7115c36f43e9383ba438f760c6e94fb3cc5de56 /wscript
parentc338c0d90a78d1b93bd3361b464cfd562223fb9d (diff)
downloadmpv-428fc1cbeff232f57a5e67a1dd1bd9112ad39509.tar.bz2
mpv-428fc1cbeff232f57a5e67a1dd1bd9112ad39509.tar.xz
f_lavfi: use new libavfilter iteration API
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0701317f7b..f5a19594f1 100644
--- a/wscript
+++ b/wscript
@@ -416,7 +416,7 @@ ffmpeg_pkg_config_checks = [
'libavcodec', '>= 58.16.100',
'libavformat', '>= 58.9.100',
'libswscale', '>= 5.0.101',
- 'libavfilter', '>= 7.0.101',
+ 'libavfilter', '>= 7.14.100',
'libswresample', '>= 3.0.100',
]
libav_pkg_config_checks = [