Commit f0320afa authored by James Almer's avatar James Almer

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

Fixes make checkheaders
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 172564ac
......@@ -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
......
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