From 640e524ff6e1693c9166f1a6f259f5e3523b663e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 14 May 2013 21:48:09 +0200 Subject: [PATCH] libavfilter/Makefile: unbreak make alltools Signed-off-by: Michael Niedermayer --- libavfilter/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 01941866e7..6357358dad 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -238,8 +238,10 @@ OBJS-$(CONFIG_MOVIE_FILTER) += src_movie.o SKIPHEADERS-$(CONFIG_LIBVIDSTAB) += vidstabutils.h SKIPHEADERS-$(CONFIG_OPENCL) += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h -TOOLS = graph2dot zmqsend +TOOLS = graph2dot TESTPROGS = drawutils filtfmts formats +TOOLS-$(CONFIG_LIBZMQ) += zmqsend + clean:: $(RM) $(CLEANSUFFIXES:%=libavfilter/libmpcodecs/%)