avfilter/Makefile: skip building opencl.h when opencl is disabled
Fixes make checkheaders. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
a60b2425c3
commit
ef8979f199
@ -398,6 +398,7 @@ SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
|
|||||||
OBJS-$(CONFIG_SHARED) += log2_tab.o
|
OBJS-$(CONFIG_SHARED) += log2_tab.o
|
||||||
|
|
||||||
SKIPHEADERS-$(CONFIG_QSVVPP) += qsvvpp.h
|
SKIPHEADERS-$(CONFIG_QSVVPP) += qsvvpp.h
|
||||||
|
SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h
|
||||||
|
|
||||||
TOOLS = graph2dot
|
TOOLS = graph2dot
|
||||||
TESTPROGS = drawutils filtfmts formats integral
|
TESTPROGS = drawutils filtfmts formats integral
|
||||||
|
Loading…
x
Reference in New Issue
Block a user