mirror of https://github.com/mpv-player/mpv
build: showqscale was removed
This commit is contained in:
parent
44edb13443
commit
231d5a32a9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue