From ef8979f1992fd7753c2a236ac219a7147b7fe99a Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 23 Nov 2017 19:11:17 -0300 Subject: [PATCH] avfilter/Makefile: skip building opencl.h when opencl is disabled Fixes make checkheaders. Signed-off-by: James Almer --- libavfilter/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 89737b5ad0..ec0deff86f 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -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