summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-27 19:10:13 +0100
committerwm4 <wm4@nowhere>2015-01-27 19:10:13 +0100
commit86bba0dc5ba5ce9a5b10d602c9c261ed613cbbf3 (patch)
tree211044d9761d9876793de2c3d874ebe52bda93c9 /wscript_build.py
parent97f32fdb238aa7e8a38298935ea1f47cf8817adf (diff)
downloadmpv-86bba0dc5ba5ce9a5b10d602c9c261ed613cbbf3.tar.bz2
mpv-86bba0dc5ba5ce9a5b10d602c9c261ed613cbbf3.tar.xz
vf_divtc: remove this filter
Better solutions are available in vf_vapoursynth and vf_lavfi. The only user I know who used this is now using vf_vapoursynth.
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 27b50fcca2..f46843c714 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -298,7 +298,6 @@ def build(ctx):
( "video/filter/vf_buffer.c" ),
( "video/filter/vf_crop.c" ),
( "video/filter/vf_delogo.c" ),
- ( "video/filter/vf_divtc.c" ),
( "video/filter/vf_dlopen.c", "dlopen" ),
( "video/filter/vf_dsize.c" ),
( "video/filter/vf_eq.c" ),