mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter/Makefile: skip compiling vaapi_vpp.h when vaapi is not enabled
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
172564ace9
commit
f0320afab9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user