avfilter/Makefile: fix dependency for drawvg test

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2025-10-25 10:57:56 -03:00
parent 016d767c8e
commit d9853e66d3

View File

@@ -682,9 +682,7 @@ SKIPHEADERS-$(CONFIG_VULKAN) += vulkan_filter.h
TOOLS = graph2dot
TESTPROGS = drawutils filtfmts formats integral
ifdef CONFIG_DRAWVG_FILTER
TESTPROGS += drawvg
endif
TESTPROGS-$(CONFIG_DRAWVG_FILTER) += drawvg
TOOLS-$(CONFIG_LIBZMQ) += zmqsend