summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorMina Nagy Zaki <mnzaki@gmail.com>2011-07-14 14:18:13 +0300
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-14 10:31:23 +0200
commit0a2295815dac9a924513555ce1f7491c1f5f1765 (patch)
tree24c0d702ddf2ea9caa4f8c8d9526c61cdb1becf3 /libavfilter/Makefile
parent3f07d40ea2861e0c2a1ce6cb56907e9e888a3491 (diff)
lavfi: add aformat filter
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
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 27b6849591..a8ae42c7f3 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -18,6 +18,7 @@ OBJS = allfilters.o \
OBJS-$(CONFIG_AVCODEC) += avcodec.o
+OBJS-$(CONFIG_AFORMAT_FILTER) += af_aformat.o
OBJS-$(CONFIG_ANULL_FILTER) += af_anull.o
OBJS-$(CONFIG_ANULLSRC_FILTER) += asrc_anullsrc.o