mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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
|
||||
|
||||
SKIPHEADERS-$(CONFIG_QSVVPP) += qsvvpp.h
|
||||
SKIPHEADERS-$(CONFIG_OPENCL) += opencl.h
|
||||
|
||||
TOOLS = graph2dot
|
||||
TESTPROGS = drawutils filtfmts formats integral
|
||||
|
Loading…
Reference in New Issue
Block a user