From c680cfd18a09f9a023926db0b3a90f69e8651b37 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 18 Jun 2017 13:53:44 +0200 Subject: vf_dlopen: remove this filter It was an attempt to move some MPlayer filters (which were removed from mpv) to external, loadable filters. That worked well, but then the MPlayer filters were ported to libavfilter (independently), so they're available again. Also there is a more widely supported and more advanced loadable filter system supported by mpv: vapoursynth. In conclusion, vf_dlopen is not useful anymore, confusing, and requires quite a bit of code (and probably wouldn't survive the rewrite of the mpv video filter chain, which has to come at some point). It has some implicit dependencies on internal conventions, like possibly the format names dropped in the previous commit. We also deprecated it last release. Drop it. --- wscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 091e7f948e..eea216e4a4 100644 --- a/wscript +++ b/wscript @@ -78,12 +78,6 @@ build_options = [ 'desc': 'dlopen', 'deps_any': [ 'libdl', 'os-win32', 'os-cygwin' ], 'func': check_true - }, { - 'name': '--vf-dlopen-filters', - 'desc': 'compilation of default filters for vf_dlopen', - 'deps': [ 'dlopen' ], - 'default': 'disable', - 'func': check_true }, { 'name': '--zsh-comp', 'desc': 'zsh completion', -- cgit v1.2.3