summaryrefslogtreecommitdiffstats
path: root/TOOLS
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 /TOOLS
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 'TOOLS')
-rwxr-xr-xTOOLS/old-configure3
-rw-r--r--TOOLS/old-makefile1
2 files changed, 0 insertions, 4 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure
index e967a657eb..5f4e8e7061 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -191,7 +191,6 @@ options_state_machine() {
opt_yes_no _libcdio "libcdio support"
opt_yes_no _librubberband "librubberband support"
opt_yes_no _ffmpeg "skip FFmpeg/Libav autodetection"
- opt_yes_no _libbs2b "libbs2b audio filter support"
opt_yes_no _libavresample "libavresample (preferred over libswresample)"
opt_yes_no _libswresample "libswresample"
opt_yes_no _caca "CACA video output"
@@ -748,8 +747,6 @@ check_pkg_config "uchardet" $_uchardet UCHARDET 'uchardet'
check_pkg_config "zlib" auto ZLIB 'zlib'
test $(defretval) = no && die "Unable to find development files for zlib."
-check_pkg_config "libbs2b audio filter support" $_libbs2b LIBBS2B 'libbs2b'
-
check_pkg_config "LCMS2 support" $_lcms2 LCMS2 'lcms2 >= 2.6'
check_pkg_config "FFmpeg/Libav" $_ffmpeg FFMPEG \
diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile
index f3e4d7ea86..2807290e15 100644
--- a/TOOLS/old-makefile
+++ b/TOOLS/old-makefile
@@ -40,7 +40,6 @@ SOURCES-$(LIBASS) += sub/ass_mp.c sub/sd_ass.c \
demux/demux_libass.c
SOURCES-$(LIBBLURAY) += stream/stream_bluray.c
-SOURCES-$(LIBBS2B) += audio/filter/af_bs2b.c
SOURCES-$(LIBSMBCLIENT) += stream/stream_smb.c