From 23e57d167a87d3a671fe25efb2d5a1cf1719efc6 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Thu, 19 Jan 2012 14:01:19 +0200 Subject: Add a tool that uses avio to read and write, doing a plain copy of data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also optionally can throttle its operation to a particular speed, to simulate realtime writing. Signed-off-by: Martin Storsjö --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/Makefile b/libavformat/Makefile index e5642433dd..2a2a946104 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -354,6 +354,6 @@ SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h EXAMPLES = metadata output TESTPROGS = seek -TOOLS = pktdumper probetest +TOOLS = aviocat pktdumper probetest $(SUBDIR)output-example$(EXESUF): ELIBS = -lswscale -- cgit v1.2.3