summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2011-11-01 21:42:14 +0100
committerStefano Sabatini <stefasab@gmail.com>2011-11-05 02:13:37 +0100
commit618ac71354cf406a652109a90e6aa5e4e00d9463 (patch)
tree573d691f9139e997835ec80c003cc5bb6a6ed004 /libavfilter/Makefile
parent1fc7077115eb97c4eeeb4ca732cab7e963b3f26f (diff)
lavfi: add volume 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 cfe5d7416a..edfb12fadf 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -28,6 +28,7 @@ OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
OBJS-$(CONFIG_ARESAMPLE_FILTER) += af_aresample.o
OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o
+OBJS-$(CONFIG_VOLUME_FILTER) += af_volume.o
OBJS-$(CONFIG_ABUFFER_FILTER) += asrc_abuffer.o
OBJS-$(CONFIG_AEVALSRC_FILTER) += asrc_aevalsrc.o