Browse Source

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

Fixes make checkheaders

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer 8 years ago
parent
commit
f0320afab9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/Makefile

+ 1
- 0
libavfilter/Makefile View File

@@ -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…
Cancel
Save