[FFmpeg-cvslog] avfilter/Makefile: skip compiling vaapi_vpp.h when vaapi is not enabled

James Almer git at videolan.org
Wed Jan 24 04:42:36 EET 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Jan 23 23:38:03 2018 -0300| [f0320afab977edc7b73317c8ef36ff1d60296401] | committer: James Almer

avfilter/Makefile: skip compiling vaapi_vpp.h when vaapi is not enabled

Fixes make checkheaders

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f0320afab977edc7b73317c8ef36ff1d60296401
---

 libavfilter/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 34971ce6c1..6a6083618d 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -413,6 +413,7 @@ OBJS-$(CONFIG_SHARED)                        += log2_tab.o
 
 SKIPHEADERS-$(CONFIG_QSVVPP)                 += qsvvpp.h
 SKIPHEADERS-$(CONFIG_OPENCL)                 += opencl.h
+SKIPHEADERS-$(CONFIG_VAAPI)                  += vaapi_vpp.h
 
 TOOLS     = graph2dot
 TESTPROGS = drawutils filtfmts formats integral



More information about the ffmpeg-cvslog mailing list