summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-14 21:48:09 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-14 21:58:56 +0200
commit640e524ff6e1693c9166f1a6f259f5e3523b663e (patch)
tree0f5c0fca77ce0b66f7147cd8cc85165be7c13741 /libavfilter/Makefile
parent2a1b7dee6d03367978d7a10d2f91c993e40a546e (diff)
libavfilter/Makefile: unbreak make alltools
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile4
1 files changed, 3 insertions, 1 deletions
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/%)