summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript b/wscript
index 71d0af4342..4be9a321ad 100644
--- a/wscript
+++ b/wscript
@@ -322,6 +322,10 @@ If you really mean to compile without libass support use --disable-libass."
'name': '--lcms2',
'desc': 'LCMS2 support',
'func': check_pkg_config('lcms2'),
+ }, {
+ 'name': '--vapoursynth',
+ 'desc': 'VapourSynth filter bridge',
+ 'func': check_pkg_config('vapoursynth >= 23 vapoursynth-script >= 23'),
}
]