diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-28 07:28:58 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-22 21:26:18 +0200 |
commit | dc07fb6f7b8fe0f7febdd89e21d23ac50ae920ec (patch) | |
tree | 6a75b72b01de016e3f86db97a80f53904f43913f /libavfilter/Makefile | |
parent | f75be9856a99739b2c22ed73a3c51df0f54a5ce9 (diff) | |
download | ffmpeg-dc07fb6f7b8fe0f7febdd89e21d23ac50ae920ec.tar.gz |
lavfi: add join audio filter.
It joins multiple input streams into one multi-channel output.
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 377956e6af..5fa85cebe4 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -32,6 +32,7 @@ OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o OBJS-$(CONFIG_ASPLIT_FILTER) += split.o OBJS-$(CONFIG_ASYNCTS_FILTER) += af_asyncts.o OBJS-$(CONFIG_CHANNELSPLIT_FILTER) += af_channelsplit.o +OBJS-$(CONFIG_JOIN_FILTER) += af_join.o OBJS-$(CONFIG_RESAMPLE_FILTER) += af_resample.o OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o |