diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-02-12 08:50:35 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-02-12 12:55:31 +0000 |
commit | cd6a5a57b820c5fe008ea0f91a727861b7b2a331 (patch) | |
tree | 36c5de9299537156229c2f4b17ad3f64dc4b4699 | |
parent | 646739a0a8368bd234ff077c093bbf01e9e7f44a (diff) | |
download | ffmpeg-cd6a5a57b820c5fe008ea0f91a727861b7b2a331.tar.gz |
Add lavfi-showfiltfmts and graph2dot to $(TOOLS)
Allow make clean to remove the corresponding binaries.
Fix issue 2162.
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ OBJS = $(PROGS-yes:%=%.o) cmdutils.o MANPAGES = $(PROGS-yes:%=doc/%.1) PODPAGES = $(PROGS-yes:%=doc/%.pod) HTMLPAGES = $(PROGS-yes:%=doc/%.html) -TOOLS = $(addprefix tools/, $(addsuffix $(EXESUF), cws2fws pktdumper probetest qt-faststart trasher)) +TOOLS = $(addprefix tools/, $(addsuffix $(EXESUF), cws2fws graph2dot lavfi-showfiltfmts pktdumper probetest qt-faststart trasher)) TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64 HOSTPROGS := $(TESTTOOLS:%=tests/%) |