From 6e50e59386d3e50801051d96dfddef0ce106f8a1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 16 Feb 2015 20:56:00 +0100 Subject: 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. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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)', -- cgit v1.2.3