From 26cdd52801db325bba5aaedc1b3544d086049fd6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 12 Dec 2017 14:53:37 +0100 Subject: 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. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') 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" ), -- cgit v1.2.3