diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-04-03 15:28:29 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-04-03 15:28:29 +0200 |
commit | c484b3af15f1b47fa260d9c9f233d1506e62090e (patch) | |
tree | 178a155708b921b4b7cb31e22cefbb9bd169f8d4 /libavfilter/Makefile | |
parent | 4d636947b4e21eabb01d96ebe57ddc455599a173 (diff) | |
download | ffmpeg-c484b3af15f1b47fa260d9c9f233d1506e62090e.tar.gz |
Fix make checkheaders without opencl headers.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 9a12273fa1..277ff71d9e 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -222,6 +222,8 @@ OBJS-$(CONFIG_SHOWWAVES_FILTER) += avf_showwaves.o OBJS-$(CONFIG_AMOVIE_FILTER) += src_movie.o OBJS-$(CONFIG_MOVIE_FILTER) += src_movie.o +SKIPHEADERS-$(CONFIG_OPENCL) += deshake_kernel.h + TOOLS = graph2dot TESTPROGS = drawutils filtfmts formats |