[FFmpeg-cvslog] configure: Make the smoothstreaming muxer enable the ismv muxer
Martin Storsjö
git at videolan.org
Wed Sep 19 15:29:33 CEST 2012
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Sep 18 11:34:16 2012 +0300| [e772f9faec0747715462d801e47058a31133d548] | committer: Martin Storsjö
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 at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e772f9faec0747715462d801e47058a31133d548
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 8a59262..74dbb6c 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"
More information about the ffmpeg-cvslog
mailing list