diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-30 13:59:30 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-12 21:38:59 +0200 |
commit | d6251368772a170987387bdc508433c8fcf54cda (patch) | |
tree | 9930e4822f037661607d6fa01ae5ebf907c92069 /libavfilter/Makefile | |
parent | 4795362660a526a38a7a60f06826bce97a092b59 (diff) | |
download | ffmpeg-d6251368772a170987387bdc508433c8fcf54cda.tar.gz |
lavfi: add channelsplit audio filter.
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 914f0c6b8e..7e1a6d1209 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -29,6 +29,7 @@ OBJS-$(CONFIG_AMIX_FILTER) += af_amix.o 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_RESAMPLE_FILTER) += af_resample.o OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o |