summaryrefslogtreecommitdiffstats
path: root/libaf/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-13 10:36:17 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-13 10:36:17 +0000
commit9b2c81e1bbf7586841ae3e7e4567922d78caa0d5 (patch)
tree77525d5b53ed03e82d0022bc7acffdc47616cd02 /libaf/Makefile
parent9c188dbd5fc19b67e47cf5aa5053cbed2a3da37d (diff)
downloadmpv-9b2c81e1bbf7586841ae3e7e4567922d78caa0d5.tar.bz2
mpv-9b2c81e1bbf7586841ae3e7e4567922d78caa0d5.tar.xz
very simple filter which can remove a sine at a specified frequency, usefull to get rid of the 50/60hz noise on ultra crappy equipment
probably works only with 1 channel input git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18083 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/Makefile')
-rw-r--r--libaf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index 8c72f4fec4..62419e88df 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -16,6 +16,7 @@ SRCS=af.c \
af_hrtf.c \
af_pan.c \
af_resample.c \
+ af_sinesupress.c \
af_sub.c \
af_surround.c \
af_sweep.c \