ffmpeg | branch: master | James Almer <jamr...@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 <jamr...@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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to