diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-11-25 11:36:45 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-11-28 17:56:40 +0100 |
commit | 1685a781cd50dbc1c9fd3107ba57981ba452b127 (patch) | |
tree | 2867cf79677bad6f1ca3dfac9928493bc57ef6d6 /libavfilter/Makefile | |
parent | 3f895dcb0dcbcbf10a621bf4bfae6d8879899015 (diff) | |
download | ffmpeg-1685a781cd50dbc1c9fd3107ba57981ba452b127.tar.gz |
avfilter: add audio compressor filter
Signed-off-by: Paul B Mahol <onemda@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 c89637406f..e31bdaa58e 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -23,6 +23,7 @@ OBJS = allfilters.o \ transform.o \ video.o \ +OBJS-$(CONFIG_ACOMPRESSOR_FILTER) += af_sidechaincompress.o OBJS-$(CONFIG_ACROSSFADE_FILTER) += af_afade.o OBJS-$(CONFIG_ADELAY_FILTER) += af_adelay.o OBJS-$(CONFIG_AECHO_FILTER) += af_aecho.o |