summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-16 20:56:00 +0100
committerwm4 <wm4@nowhere>2015-02-16 20:56:00 +0100
commit6e50e59386d3e50801051d96dfddef0ce106f8a1 (patch)
tree31ac3c904e092b2f3be67881ffe34c3a0b05823c /wscript
parentd34eabe286c46811f0fb1188c789572a57df2b5d (diff)
downloadmpv-6e50e59386d3e50801051d96dfddef0ce106f8a1.tar.bz2
mpv-6e50e59386d3e50801051d96dfddef0ce106f8a1.tar.xz
vf_vapoursynth: replace a hack with a newer VS API function
The new function does exactly what we need. Replaces the old hack, which created the vscore by running an empty script.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e7e939a629..b613d57e95 100644
--- a/wscript
+++ b/wscript
@@ -350,7 +350,7 @@ If you really mean to compile without libass support use --disable-libass."
}, {
'name': 'vapoursynth-core',
'desc': 'VapourSynth filter bridge (core)',
- 'func': check_pkg_config('vapoursynth >= 23'),
+ 'func': check_pkg_config('vapoursynth >= 24'),
}, {
'name': '--vapoursynth',
'desc': 'VapourSynth filter bridge (Python)',