mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 01:22:30 +00:00
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
Block a user