summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-08-15 16:06:52 +0300
committerMartin Storsjö <martin@martin.st>2013-11-02 10:51:00 +0200
commit435214a757fc71d1680b12d6f930254cab3935d1 (patch)
tree24411ce2362eecfc8a9ee0792ebda097cb48dbc1 /configure
parentdc6ea00cd2b91b591e6726e5bf1d5e03a4a9bdd0 (diff)
downloadffmpeg-435214a757fc71d1680b12d6f930254cab3935d1.tar.gz
Add an HDS live fragmenting muxer
HDS fragments basically are FLV fragments wrapped in an ISO media mdat atom. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 88e705856d..4aa66c09cf 100755
--- a/configure
+++ b/configure
@@ -1825,6 +1825,7 @@ dxa_demuxer_select="riffdec"
eac3_demuxer_select="ac3_parser"
f4v_muxer_select="mov_muxer"
flac_demuxer_select="flac_parser"
+hds_muxer_select="flv_muxer"
hls_muxer_select="mpegts_muxer"
ipod_muxer_select="mov_muxer"
ismv_muxer_select="mov_muxer"