summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorMina Nagy Zaki <mnzaki@gmail.com>2011-03-26 21:02:50 +0100
committerStefano Sabatini <stefasab@gmail.com>2011-11-05 02:16:45 +0100
commitfa4f06ab5e0b00ff88bf12dabb29ac4a24a828c9 (patch)
tree8573f2bd96a05a823149da02fd80db866d9d3a14 /libavfilter/Makefile
parent618ac71354cf406a652109a90e6aa5e4e00d9463 (diff)
downloadffmpeg-streaming-fa4f06ab5e0b00ff88bf12dabb29ac4a24a828c9.zip
ffmpeg-streaming-fa4f06ab5e0b00ff88bf12dabb29ac4a24a828c9.tar.gz
lavfi: add earwax audio filter, ported from Sox
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index edfb12f..bb30ccb 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -28,6 +28,7 @@ OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
OBJS-$(CONFIG_ARESAMPLE_FILTER) += af_aresample.o
OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o
+OBJS-$(CONFIG_EARWAX_FILTER) += af_earwax.o
OBJS-$(CONFIG_VOLUME_FILTER) += af_volume.o
OBJS-$(CONFIG_ABUFFER_FILTER) += asrc_abuffer.o
OpenPOWER on IntegriCloud