summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-16 22:16:04 +0200
committerwm4 <wm4@nowhere>2015-04-16 22:16:04 +0200
commitf4292ebf52fb2e58a1ddbefb06bccd47a38bdc99 (patch)
tree822df368c66d24f292750910e22b942b7fa4db97 /wscript_build.py
parent547976633f41c245b9accd6906166bb450e13557 (diff)
downloadmpv-f4292ebf52fb2e58a1ddbefb06bccd47a38bdc99.tar.bz2
mpv-f4292ebf52fb2e58a1ddbefb06bccd47a38bdc99.tar.xz
vf_screenshot: remove this filter
It's entirely useless, especially now that vo.c handles screenshots in a generic way, and requires no special VO support. There are some potential weird use-cases, but actually I've never seen it being used.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 7f65125ef5..280e6a62ae 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -311,7 +311,6 @@ def build(ctx):
( "video/filter/vf_pullup.c", "libavfilter"),
( "video/filter/vf_rotate.c", "libavfilter"),
( "video/filter/vf_scale.c" ),
- ( "video/filter/vf_screenshot.c" ),
( "video/filter/vf_stereo3d.c" ),
( "video/filter/vf_sub.c" ),
( "video/filter/vf_unsharp.c", "libavfilter"),