summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-16 08:21:47 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-21 07:38:35 +0200
commit4a97ff2fa7a733e657c464640f6f787293849aee (patch)
treecb31a298a9364727322ae7f6f6bc7908ab94b8fb /libavfilter/Makefile
parent27570e211a080a9a0498bac16364447508e3ba7c (diff)
lavfi/fifo: add audio version of the fifo 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 a4cc7f3737..377956e6af 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -25,6 +25,7 @@ OBJS = allfilters.o \
vf_scale.o \
video.o \
+OBJS-$(CONFIG_AFIFO_FILTER) += fifo.o
OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o
OBJS-$(CONFIG_AMIX_FILTER) += af_amix.o
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o