summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-12 01:31:20 +0200
committerwm4 <wm4@nowhere>2014-10-12 01:33:10 +0200
commit3093d93e1f0baadf4c1ec866adacb244d10fabbe (patch)
tree7a9d90f0eabaa0388636d874dde8ac2a09498967 /wscript_build.py
parent1b4f51ae73a41a6c8b335d76b3dab3814cebaaa8 (diff)
downloadmpv-3093d93e1f0baadf4c1ec866adacb244d10fabbe.tar.bz2
mpv-3093d93e1f0baadf4c1ec866adacb244d10fabbe.tar.xz
vf_vapoursynth: add standalone Lua scripting
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 2f2b4afd02..f7df1c5aad 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -329,7 +329,7 @@ def build(ctx):
( "video/filter/vf_sub.c" ),
( "video/filter/vf_swapuv.c" ),
( "video/filter/vf_unsharp.c" ),
- ( "video/filter/vf_vapoursynth.c", "vapoursynth" ),
+ ( "video/filter/vf_vapoursynth.c", "vapoursynth-core" ),
( "video/filter/vf_vavpp.c", "vaapi-vpp"),
( "video/filter/vf_vdpaupp.c", "vdpau" ),
( "video/filter/vf_yadif.c" ),