summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-18 18:19:55 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-20 15:00:23 +0200
commite30a0b1b3b1f06bc34f43e8f77ddfd97503d8736 (patch)
treed02f2703a5be27cc7283061ef51e027c045f8640 /libavfilter/Makefile
parent9d84a17ba5d036078e2714f761b5370d6140f1ca (diff)
lavfi: add ashowinfo filter
Useful for debugging.
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 aa4654e207..a3faf27fb4 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -22,6 +22,7 @@ OBJS-$(CONFIG_AVCODEC) += avcodec.o
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_ANULLSRC_FILTER) += asrc_anullsrc.o