diff options
author | Martin Storsjö <martin@martin.st> | 2012-01-09 18:27:33 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-01-25 12:15:42 +0200 |
commit | 33ec9ef96d4220c4c846a5d3f2e95ba528b8bb16 (patch) | |
tree | 938d50335fc73d014eb52d3fb333d01bf1521328 /libavformat/Makefile | |
parent | bc7d05177fc93c62de4e03dddccba55c42124e5a (diff) | |
download | ffmpeg-33ec9ef96d4220c4c846a5d3f2e95ba528b8bb16.tar.gz |
Add a tool for creating smooth streaming manifests
It can also optionally split the file into individual fragments,
which allows it to be served from any web server without any
server side support.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index a19ff3c48b..45f757690d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -354,6 +354,6 @@ SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h EXAMPLES = metadata output TESTPROGS = seek -TOOLS = aviocat pktdumper probetest +TOOLS = aviocat ismindex pktdumper probetest $(SUBDIR)output-example$(EXESUF): ELIBS = -lswscale |