summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2015-01-15 11:39:06 +0100
committerClément Bœsch <clement@stupeflix.com>2015-01-15 16:36:13 +0100
commitf5326039938ca0599265462aed529fa10db5074f (patch)
tree72116f8a3b1cee176c3a22f7a1f53c60effa9708 /libavfilter/Makefile
parent72c61c272c527ff4744d2b69253bf3f70d6a20f2 (diff)
downloadffmpeg-streaming-f5326039938ca0599265462aed529fa10db5074f.zip
ffmpeg-streaming-f5326039938ca0599265462aed529fa10db5074f.tar.gz
avfilter: add showpalette 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 37f5a65..1f0eb15 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -181,6 +181,7 @@ OBJS-$(CONFIG_SETPTS_FILTER) += setpts.o
OBJS-$(CONFIG_SETSAR_FILTER) += vf_aspect.o
OBJS-$(CONFIG_SETTB_FILTER) += settb.o
OBJS-$(CONFIG_SHOWINFO_FILTER) += vf_showinfo.o
+OBJS-$(CONFIG_SHOWPALETTE_FILTER) += vf_showpalette.o
OBJS-$(CONFIG_SHUFFLEPLANES_FILTER) += vf_shuffleplanes.o
OBJS-$(CONFIG_SIGNALSTATS_FILTER) += vf_signalstats.o
OBJS-$(CONFIG_SMARTBLUR_FILTER) += vf_smartblur.o
OpenPOWER on IntegriCloud