summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-09-18 11:34:16 +0300
committerMartin Storsjö <martin@martin.st>2012-09-18 17:59:59 +0300
commite772f9faec0747715462d801e47058a31133d548 (patch)
tree1a7b294df5a4407db394d5de3a72fbdb57634e2e /configure
parent84cc314e40dc0a8844a322e54c2827d247f3cc7e (diff)
configure: Make the smoothstreaming muxer enable the ismv muxer
This doesn't fix any build failure, but the smoothstreaming muxer opens a chained ismv muxer. 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 8a59262299..74dbb6cdcc 100755
--- a/configure
+++ b/configure
@@ -1618,6 +1618,7 @@ rtsp_muxer_select="rtp_muxer http_protocol rtp_protocol"
sap_demuxer_select="sdp_demuxer"
sap_muxer_select="rtp_muxer rtp_protocol"
sdp_demuxer_select="rtpdec"
+smoothstreaming_muxer_select="ismv_muxer"
spdif_muxer_select="aac_parser"
tg2_muxer_select="mov_muxer"
tgp_muxer_select="mov_muxer"