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