diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-05-21 21:27:59 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-05-23 16:37:34 -0400 |
commit | c7448c182a701b4c6efc52e0224bcbecc1aa6c3b (patch) | |
tree | d57d6e0ae5394ecc4731a6f74e0f6f1afba721b7 /libavfilter/Makefile | |
parent | 1e8561e36931d6e2c4294702907ca0beb4cba3b6 (diff) | |
download | ffmpeg-streaming-c7448c182a701b4c6efc52e0224bcbecc1aa6c3b.zip ffmpeg-streaming-c7448c182a701b4c6efc52e0224bcbecc1aa6c3b.tar.gz |
lavfi: add audio mix 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 212e992..914f0c6 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -25,6 +25,7 @@ OBJS = allfilters.o \ video.o \ OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o +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 |