[FFmpeg-cvslog] avfilter/Makefile: skip building opencl.h when opencl is disabled
James Almer
git at videolan.org
Fri Nov 24 00:14:36 EET 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Nov 23 19:11:17 2017 -0300| [ef8979f1992fd7753c2a236ac219a7147b7fe99a] | committer: James Almer
avfilter/Makefile: skip building opencl.h when opencl is disabled
Fixes make checkheaders.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef8979f1992fd7753c2a236ac219a7147b7fe99a
---
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
More information about the ffmpeg-cvslog
mailing list