summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-05-21 21:27:59 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-05-23 16:37:34 -0400
commitc7448c182a701b4c6efc52e0224bcbecc1aa6c3b (patch)
treed57d6e0ae5394ecc4731a6f74e0f6f1afba721b7 /libavfilter/Makefile
parent1e8561e36931d6e2c4294702907ca0beb4cba3b6 (diff)
lavfi: add audio mix filter
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 212e992c3e..914f0c6b8e 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