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
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue