forked from FFmpeg/FFmpeg
libavfilter/Makefile: unbreak make alltools
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2a1b7dee6d
commit
640e524ff6
1 changed files with 3 additions and 1 deletions
|
@ -238,8 +238,10 @@ OBJS-$(CONFIG_MOVIE_FILTER) += src_movie.o
|
||||||
SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
|
SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h
|
||||||
SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h
|
SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h
|
||||||
|
|
||||||
TOOLS = graph2dot zmqsend
|
TOOLS = graph2dot
|
||||||
TESTPROGS = drawutils filtfmts formats
|
TESTPROGS = drawutils filtfmts formats
|
||||||
|
|
||||||
|
TOOLS-$(CONFIG_LIBZMQ) += zmqsend
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
$(RM) $(CLEANSUFFIXES:%=libavfilter/libmpcodecs/%)
|
$(RM) $(CLEANSUFFIXES:%=libavfilter/libmpcodecs/%)
|
||||||
|
|
Loading…
Add table
Reference in a new issue