summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-02 21:00:51 +0200
committerwm4 <wm4@nowhere>2012-08-02 22:07:38 +0200
commitaad9af2033d4606f1ba6859be995d2e7851fa5e5 (patch)
tree97ec991297a2f2b61fd3506900face668c9b7d23 /Makefile
parent751333eb63c5d57ab9b9c83197862114102b70e7 (diff)
downloadmpv-aad9af2033d4606f1ba6859be995d2e7851fa5e5.tar.bz2
mpv-aad9af2033d4606f1ba6859be995d2e7851fa5e5.tar.xz
AF: remove af_gate and af_comp
To quote the manpage: "This filter is untested, maybe even unusable." And it seems they were never touched again after it was added many years ago (except for cosmetic changes). Just get rid of them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 27bd9d0258..48ca21cd39 100644
--- a/Makefile
+++ b/Makefile
@@ -208,13 +208,11 @@ SRCS_COMMON = asxparser.c \
libaf/af.c \
libaf/af_center.c \
libaf/af_channels.c \
- libaf/af_comp.c \
libaf/af_delay.c \
libaf/af_dummy.c \
libaf/af_equalizer.c \
libaf/af_extrastereo.c \
libaf/af_format.c \
- libaf/af_gate.c \
libaf/af_hrtf.c \
libaf/af_karaoke.c \
libaf/af_lavcac3enc.c \