summaryrefslogtreecommitdiffstats
path: root/libavfilter
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-01-23 23:38:03 -0300
committerJames Almer <jamrial@gmail.com>2018-01-23 23:42:05 -0300
commitf0320afab977edc7b73317c8ef36ff1d60296401 (patch)
treebbf971ff9531ba2dc9e5f74df2161a243bb1ae46 /libavfilter
parent172564ace9c535e2848edb8d17df926578a458b9 (diff)
downloadffmpeg-streaming-f0320afab977edc7b73317c8ef36ff1d60296401.zip
ffmpeg-streaming-f0320afab977edc7b73317c8ef36ff1d60296401.tar.gz
avfilter/Makefile: skip compiling vaapi_vpp.h when vaapi is not enabled
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 34971ce..6a60836 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
OpenPOWER on IntegriCloud