forked from FFmpeg/FFmpeg
lavfi: add two opencl headers to SKIPHEADERS.
Fix make checkheaders.
This commit is contained in:
parent
6b222ea963
commit
d558e46469
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ OBJS-$(CONFIG_AMOVIE_FILTER) += src_movie.o
|
|||
OBJS-$(CONFIG_MOVIE_FILTER) += src_movie.o
|
||||
|
||||
SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
|
||||
SKIPHEADERS-$(CONFIG_OPENCL) += deshake_kernel.h
|
||||
SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_kernel.h unsharp_kernel.h
|
||||
|
||||
TOOLS = graph2dot
|
||||
TESTPROGS = drawutils filtfmts formats
|
||||
|
|
Loading…
Add table
Reference in a new issue