Commit 616e9b5c authored by James Almer's avatar James Almer

avfilter/Makefile: add vulkan.h to the list of skipped headers

Should fix make checkheaders
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 2383021a
......@@ -513,6 +513,7 @@ OBJS-$(CONFIG_SHARED) += log2_tab.o
SKIPHEADERS-$(CONFIG_QSVVPP) += qsvvpp.h
SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h
SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_vpp.h
SKIPHEADERS-$(CONFIG_VULKAN) += vulkan.h
OBJS-$(CONFIG_LIBGLSLANG) += glslang.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment