summaryrefslogtreecommitdiffstats
path: root/old-configure
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 /old-configure
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 'old-configure')
-rwxr-xr-xold-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure b/old-configure
index dc78863007..ef0049bd99 100755
--- a/old-configure
+++ b/old-configure
@@ -860,7 +860,7 @@ test_lua "lua5.2 >= 5.2.0" # debian
test "$_lua" != yes && check_yes_no no LUA
-if ! ( $_pkg_config 'vapoursynth >= 23' ) ; then
+if ! ( $_pkg_config 'vapoursynth >= 24' ) ; then
_vapoursynth=no
_vapoursynth_lazy=no
fi