summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-04-16 19:55:27 +0200
committerPaul B Mahol <onemda@gmail.com>2019-04-27 00:21:38 +0200
commitc2f305ca17e3b33a439137c86cee84fcdfaf7bb3 (patch)
tree03c45b0a95003d0c987e0a2f38214dbc9e96312b /libavfilter/Makefile
parentbf15dcc5c8d8172282da2abcc93fef61174fffdf (diff)
downloadffmpeg-streaming-c2f305ca17e3b33a439137c86cee84fcdfaf7bb3.zip
ffmpeg-streaming-c2f305ca17e3b33a439137c86cee84fcdfaf7bb3.tar.gz
avfilter: add audio soft clip filter
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 bcc4ed8..59d12ce 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -80,6 +80,7 @@ OBJS-$(CONFIG_ASETRATE_FILTER) += af_asetrate.o
OBJS-$(CONFIG_ASETTB_FILTER) += settb.o
OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o
OBJS-$(CONFIG_ASIDEDATA_FILTER) += f_sidedata.o
+OBJS-$(CONFIG_ASOFTCLIP_FILTER) += af_asoftclip.o
OBJS-$(CONFIG_ASPLIT_FILTER) += split.o
OBJS-$(CONFIG_ASTATS_FILTER) += af_astats.o
OBJS-$(CONFIG_ASTREAMSELECT_FILTER) += f_streamselect.o framesync.o
OpenPOWER on IntegriCloud