summaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-07-26 19:45:53 +0200
committerClément Bœsch <ubitux@gmail.com>2012-08-16 22:03:32 +0200
commit3250231a0292d716afd9d1ad25fc39bacda17f67 (patch)
tree2f034d588ef578c62991381f47f111f365114030 /libavfilter/Makefile
parent12d2bbf324e238cdc4adaca88116897b78e37817 (diff)
downloadffmpeg-streaming-3250231a0292d716afd9d1ad25fc39bacda17f67.zip
ffmpeg-streaming-3250231a0292d716afd9d1ad25fc39bacda17f67.tar.gz
lavfi: add edgedetect 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 a73f593..5b2ccdb 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -90,6 +90,7 @@ OBJS-$(CONFIG_DELOGO_FILTER) += vf_delogo.o
OBJS-$(CONFIG_DESHAKE_FILTER) += vf_deshake.o
OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o
OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o
+OBJS-$(CONFIG_EDGEDETECT_FILTER) += vf_edgedetect.o
OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o
OBJS-$(CONFIG_FIELDORDER_FILTER) += vf_fieldorder.o
OBJS-$(CONFIG_FIFO_FILTER) += fifo.o
OpenPOWER on IntegriCloud