From d04d2380e35ba016e3816ab5d7c282997df74168 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 4 Sep 2015 00:23:39 +0200 Subject: audio/filter: remove af_bs2b too Some users still use this filter, so the filter was going to be kept. But I overlooked that libavfilter provides this filter. Remove the redundant wrapper from mpv. Something like --af=lavfi=bs2b should work and give exactly the same results. --- 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 a7ddc26e31..87226107f7 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -100,7 +100,6 @@ def build(ctx): ( "audio/decode/ad_spdif.c" ), ( "audio/decode/dec_audio.c" ), ( "audio/filter/af.c" ), - ( "audio/filter/af_bs2b.c", "libbs2b" ), ( "audio/filter/af_channels.c" ), ( "audio/filter/af_delay.c" ), ( "audio/filter/af_drc.c" ), -- cgit v1.2.3