summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2021-11-30 00:16:52 +0100
committerThilo Borgmann <thilo.borgmann@mail.de>2022-04-25 20:52:15 +0200
commit22df52c444252d1df29244ca99b51911a1e0eb58 (patch)
treeb69f24336b8597a01208711631215517df7cf56e /libavfilter/Makefile
parentf2724d2b6958a4e62afa10157f2b19566239e12d (diff)
downloadffmpeg-22df52c444252d1df29244ca99b51911a1e0eb58.tar.gz
lafi/vf_edgedetect: Move some common functions into seperate file
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 32521a4836..38ca379e5a 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -266,7 +266,7 @@ OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o
OBJS-$(CONFIG_DRAWGRAPH_FILTER) += f_drawgraph.o
OBJS-$(CONFIG_DRAWGRID_FILTER) += vf_drawbox.o
OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o
-OBJS-$(CONFIG_EDGEDETECT_FILTER) += vf_edgedetect.o
+OBJS-$(CONFIG_EDGEDETECT_FILTER) += vf_edgedetect.o edge_common.o
OBJS-$(CONFIG_ELBG_FILTER) += vf_elbg.o
OBJS-$(CONFIG_ENTROPY_FILTER) += vf_entropy.o
OBJS-$(CONFIG_EPX_FILTER) += vf_epx.o