summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-04 00:23:39 +0200
committerwm4 <wm4@nowhere>2015-09-04 00:23:39 +0200
commitd04d2380e35ba016e3816ab5d7c282997df74168 (patch)
treeed64cfb94406785cc7fc18c5a650c0f196f6d0fd /wscript
parent091bfa3abf2f28b37fa12cca6b4c248c31d27965 (diff)
downloadmpv-d04d2380e35ba016e3816ab5d7c282997df74168.tar.bz2
mpv-d04d2380e35ba016e3816ab5d7c282997df74168.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index 2fecdebb59..e6b89494e9 100644
--- a/wscript
+++ b/wscript
@@ -352,10 +352,6 @@ iconv support use --disable-iconv.",
'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',
'func': check_pkg_config('lcms2', '>= 2.6'),