summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2019-10-27 14:44:00 +0000
committerLynne <dev@lynne.ee>2020-02-04 23:19:48 +0000
commit6fca61bbc917678b3e517be4f6594ce52a16a93c (patch)
treef476c35253eaeba039ed84b6e43d8cc6393916a7 /libavfilter/Makefile
parent88d2ccbe9384a1cba44a2909ef896aac50636d11 (diff)
lavfi: add Vulkan filtering framework
This commit adds a Vulkan filtering infrastructure for libavfilter. It attempts to abstract as much as possible of the Vulkan API from filters. The way the hwcontext and the framework are designed permits for parallel, non-CPU-blocking filtering throughout, with the exception of up/downloading and mapping.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index ead47c2855..d49b8bcefa 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -510,6 +510,8 @@ SKIPHEADERS-$(CONFIG_QSVVPP) += qsvvpp.h
SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h
SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_vpp.h
+OBJS-$(CONFIG_LIBGLSLANG) += glslang.o
+
TOOLS = graph2dot
TESTPROGS = drawutils filtfmts formats integral