wscript: fix typo

This commit is contained in:
wm4 2016-11-22 14:58:31 +01:00
parent 07b6969ba4
commit c731513efa
1 changed files with 1 additions and 1 deletions

View File

@ -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" ),