diff options
author | Andrew Kelley <superjoe30@gmail.com> | 2014-02-26 01:47:40 -0500 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-26 08:09:58 +0100 |
commit | 738f83582a3aaabb81309eacd4ab9c3d2acb4071 (patch) | |
tree | d47484d75924af868afe29cff42834d2428a0a75 /libavfilter/Makefile | |
parent | 4ec336484d638b6b009636f465352c61a5a57061 (diff) | |
download | ffmpeg-738f83582a3aaabb81309eacd4ab9c3d2acb4071.tar.gz |
lavfi: add compand audio filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 92c1561799..23dbd1d1c1 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -34,6 +34,7 @@ OBJS-$(CONFIG_ASYNCTS_FILTER) += af_asyncts.o OBJS-$(CONFIG_ATRIM_FILTER) += trim.o OBJS-$(CONFIG_CHANNELMAP_FILTER) += af_channelmap.o OBJS-$(CONFIG_CHANNELSPLIT_FILTER) += af_channelsplit.o +OBJS-$(CONFIG_COMPAND_FILTER) += af_compand.o OBJS-$(CONFIG_JOIN_FILTER) += af_join.o OBJS-$(CONFIG_RESAMPLE_FILTER) += af_resample.o OBJS-$(CONFIG_VOLUME_FILTER) += af_volume.o |