summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-11-22 14:58:31 +0100
committerwm4 <wm4@nowhere>2016-11-22 15:54:44 +0100
commitc731513efaf27f18654089884c825d3fb1054873 (patch)
treedc51fe396d054298cd92bba3df8c9f72f1340f3c /wscript_build.py
parent07b6969ba428078dbd22581bad495d7b64b758e8 (diff)
downloadmpv-c731513efaf27f18654089884c825d3fb1054873.tar.bz2
mpv-c731513efaf27f18654089884c825d3fb1054873.tar.xz
wscript: fix typo
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 924b45ecad..bce1ceb3fd 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -322,7 +322,7 @@ def build(ctx):
( "video/filter/vf_stereo3d.c" ),
( "video/filter/vf_sub.c" ),
( "video/filter/vf_vapoursynth.c", "vapoursynth-core" ),
- ( "video/filter/vf_vavpp.c", "vaapi"),
+ ( "video/filter/vf_vavpp.c", "vaapi" ),
( "video/filter/vf_vdpaupp.c", "vdpau" ),
( "video/filter/vf_yadif.c" ),
( "video/out/aspect.c" ),