[FFmpeg-cvslog] libavfilter/Makefile: unbreak make alltools

Michael Niedermayer git at videolan.org
Tue May 14 22:03:09 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue May 14 21:48:09 2013 +0200| [640e524ff6e1693c9166f1a6f259f5e3523b663e] | committer: Michael Niedermayer

libavfilter/Makefile: unbreak make alltools

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=640e524ff6e1693c9166f1a6f259f5e3523b663e
---

 libavfilter/Makefile |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 0194186..6357358 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/%)



More information about the ffmpeg-cvslog mailing list