diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-05-21 14:03:42 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-05-21 14:49:52 -0400 |
commit | afeb3590fc5ff01d43b1a1be9df8fac64431ff9e (patch) | |
tree | 35ad32f8b80d374a83bc2601a1da2fc7e0892bc6 /libavfilter/Makefile | |
parent | cc30080b3fb44bebea97533f7dfd5ee7700e4665 (diff) | |
download | ffmpeg-afeb3590fc5ff01d43b1a1be9df8fac64431ff9e.tar.gz |
lavfi: add an audio split filter
Based on current version of the asplit filter in FFmpeg written by
Stefano Sabatini and others.
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 1a436d2877..8649222ed2 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -27,6 +27,7 @@ OBJS = allfilters.o \ OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o +OBJS-$(CONFIG_ASPLIT_FILTER) += split.o OBJS-$(CONFIG_ASYNCTS_FILTER) += af_asyncts.o OBJS-$(CONFIG_RESAMPLE_FILTER) += af_resample.o |