Commit ef8979f1 authored by James Almer's avatar James Almer

avfilter/Makefile: skip building opencl.h when opencl is disabled

Fixes make checkheaders.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent a60b2425
......@@ -398,6 +398,7 @@ SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
OBJS-$(CONFIG_SHARED) += log2_tab.o
SKIPHEADERS-$(CONFIG_QSVVPP) += qsvvpp.h
SKIPHEADERS-$(CONFIG_OPENCL) += opencl.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