Skip to content
Snippets Groups Projects
Commit f0320afa authored by James Almer's avatar James Almer
Browse files

avfilter/Makefile: skip compiling vaapi_vpp.h when vaapi is not enabled


Fixes make checkheaders

Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
parent 172564ac
No related branches found
No related tags found
No related merge requests found
......@@ -413,6 +413,7 @@ OBJS-$(CONFIG_SHARED) += log2_tab.o
SKIPHEADERS-$(CONFIG_QSVVPP) += qsvvpp.h
SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h
SKIPHEADERS-$(CONFIG_VAAPI) += vaapi_vpp.h
TOOLS = graph2dot
TESTPROGS = drawutils filtfmts formats integral
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment