diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-05-03 18:05:18 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-05-14 20:10:55 +0200 |
commit | 2a1b7dee6d03367978d7a10d2f91c993e40a546e (patch) | |
tree | 17012542442200dae24ac5cf0e6a5ebd1f7a50df /libavfilter/Makefile | |
parent | 7ddb0ef9af50e07bf949b5fb691a3efad00fd972 (diff) | |
download | ffmpeg-2a1b7dee6d03367978d7a10d2f91c993e40a546e.tar.gz |
tools: add zmqsend tool, useful to test the zmq filters
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index f070dd0e8d..01941866e7 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -238,7 +238,7 @@ 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 +TOOLS = graph2dot zmqsend TESTPROGS = drawutils filtfmts formats clean:: |