summaryrefslogtreecommitdiffstats
path: root/old-makefile
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 /old-makefile
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 'old-makefile')
-rw-r--r--old-makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile
index 876c1fe0d7..7adc45d712 100644
--- a/old-makefile
+++ b/old-makefile
@@ -263,7 +263,6 @@ SOURCES = audio/audio.c \
video/filter/vf_mirror.c \
video/filter/vf_noformat.c \
video/filter/vf_scale.c \
- video/filter/vf_screenshot.c \
video/filter/vf_stereo3d.c \
video/filter/vf_sub.c \
video/out/bitmap_packer.c \