summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-01-19 14:01:19 +0200
committerMartin Storsjö <martin@martin.st>2012-01-20 22:19:09 +0200
commit23e57d167a87d3a671fe25efb2d5a1cf1719efc6 (patch)
tree0a4336579f75baf992b6fce374ee1188692b640c /libavformat/Makefile
parentc3d5e290ca868f72c53740fdc66133a474c12c7e (diff)
downloadffmpeg-streaming-23e57d167a87d3a671fe25efb2d5a1cf1719efc6.zip
ffmpeg-streaming-23e57d167a87d3a671fe25efb2d5a1cf1719efc6.tar.gz
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 e564243..2a2a946 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
OpenPOWER on IntegriCloud