summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-22 15:58:49 +0200
committerwm4 <wm4@nowhere>2017-08-22 15:58:49 +0200
commitd67aa6da6bbd3cba9eabd12cda4703821fecc7a1 (patch)
tree05cd621e35a68758686d3d89977244525c407074 /wscript_build.py
parentd2bdb72b69536370c3046107fc593896e74803c3 (diff)
downloadmpv-d67aa6da6bbd3cba9eabd12cda4703821fecc7a1.tar.bz2
mpv-d67aa6da6bbd3cba9eabd12cda4703821fecc7a1.tar.xz
vf_eq: remove this filter
Both the video equalizer command/option glue, which drives this filter, as well as the filter itself are slightly GPL contaminated. So it goes. After this commit, "--vf=eq" will actually use libavfilter's vf_eq (if FFmpeg was compiled in GPL mode), but it has different options and will not listen to the equalizer VOCTRLs.
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 d96ff40133..3c5c00dc64 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -359,7 +359,6 @@ def build(ctx):
( "video/filter/vf_crop.c" ),
( "video/filter/vf_d3d11vpp.c", "d3d-hwaccel" ),
( "video/filter/vf_dsize.c" ),
- ( "video/filter/vf_eq.c" ),
( "video/filter/vf_expand.c" ),
( "video/filter/vf_flip.c" ),
( "video/filter/vf_format.c" ),