diff options
author | Mina Nagy Zaki <mnzaki@gmail.com> | 2011-03-26 21:02:50 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-11-05 02:16:45 +0100 |
commit | fa4f06ab5e0b00ff88bf12dabb29ac4a24a828c9 (patch) | |
tree | 8573f2bd96a05a823149da02fd80db866d9d3a14 /libavfilter/Makefile | |
parent | 618ac71354cf406a652109a90e6aa5e4e00d9463 (diff) | |
download | ffmpeg-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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index edfb12fadf..bb30ccb1a2 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 |