summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-12 14:53:37 +0100
committerJan Ekström <jeebjp@gmail.com>2017-12-12 22:02:56 +0200
commit26cdd52801db325bba5aaedc1b3544d086049fd6 (patch)
treea40fbfdfd905e7ca558d4e600027040096e8eed5 /wscript_build.py
parent6c8e7daebb64da59325c4fca10dd3274702ff4f4 (diff)
downloadmpv-26cdd52801db325bba5aaedc1b3544d086049fd6.tar.bz2
mpv-26cdd52801db325bba5aaedc1b3544d086049fd6.tar.xz
vf_buffer: remove this filter
It has been deprecated for a while and is 100% useless. It was forgotten in the recent filter purge. Get rid of it.
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 2358de7c4a..dbfeb1bcf2 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -366,7 +366,6 @@ def build(ctx):
( "video/decode/vd_lavc.c" ),
( "video/filter/refqueue.c" ),
( "video/filter/vf.c" ),
- ( "video/filter/vf_buffer.c" ),
( "video/filter/vf_convert.c" ),
( "video/filter/vf_d3d11vpp.c", "d3d-hwaccel" ),
( "video/filter/vf_format.c" ),