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 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 2fecdebb59..e6b89494e9 100644 --- a/wscript +++ b/wscript @@ -351,10 +351,6 @@ iconv support use --disable-iconv.", 'name': '--rubberband', 'desc': 'librubberband support', 'func': check_pkg_config('rubberband', '>= 1.8.0'), - }, { - 'name': '--libbs2b', - 'desc': 'libbs2b audio filter support', - 'func': check_pkg_config('libbs2b'), }, { 'name': '--lcms2', 'desc': 'LCMS2 support', -- cgit v1.2.3