summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-10-23 21:37:26 +0200
committerAnton Khirnov <anton@khirnov.net>2012-10-29 21:29:58 +0100
commit20dd41af8513de427b00ee598339c9bc5778bdc5 (patch)
treefd749810dc37b040c215e399941474189023413a /libavfilter/Makefile
parent9b500b8f6c9806f3979f9d1fb874b7f4a802c656 (diff)
downloadffmpeg-streaming-20dd41af8513de427b00ee598339c9bc5778bdc5.zip
ffmpeg-streaming-20dd41af8513de427b00ee598339c9bc5778bdc5.tar.gz
lavfi: add ashowinfo filter
It can be useful for debugging. Based on a patch 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 530aa57..9770e1f 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -28,6 +28,7 @@ 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
+OBJS-$(CONFIG_ASHOWINFO_FILTER) += af_ashowinfo.o
OBJS-$(CONFIG_ASPLIT_FILTER) += split.o
OBJS-$(CONFIG_ASYNCTS_FILTER) += af_asyncts.o
OBJS-$(CONFIG_CHANNELMAP_FILTER) += af_channelmap.o
OpenPOWER on IntegriCloud