From 231d5a32a9979f1a3552f1dec7440812425a281d Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 4 Dec 2014 10:39:11 +0100 Subject: build: showqscale was removed --- wscript_build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 4d775c5079..c53a1acbb2 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -518,8 +518,7 @@ def build(ctx): ) if ctx.dependency_satisfied("vf-dlopen-filters"): - dlfilters = "showqscale telecine tile rectangle framestep \ - ildetect".split() + dlfilters = "telecine tile rectangle framestep ildetect".split() for dlfilter in dlfilters: ctx( target = dlfilter, -- cgit v1.2.3