Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-01-19 16:01:19 +0400
committerMartin Storsjö <martin@martin.st>2012-01-21 00:19:09 +0400
commit23e57d167a87d3a671fe25efb2d5a1cf1719efc6 (patch)
tree0a4336579f75baf992b6fce374ee1188692b640c /libavformat/Makefile
parentc3d5e290ca868f72c53740fdc66133a474c12c7e (diff)
Add a tool that uses avio to read and write, doing a plain copy of data
It also optionally can throttle its operation to a particular speed, to simulate realtime writing. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
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