summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-08 12:05:04 +0000
committerMartin Storsjö <martin@martin.st>2010-10-08 12:05:04 +0000
commit011071e717ac1c6f752a5d0dfa39edd142a0e738 (patch)
tree8710264bde0ddd60683936736cbf12d24af2c493 /configure
parent6898677e54a48f90665053359126bd71c0ed4a85 (diff)
Add a SAP (Session Announcement Protocol, RFC 2974) muxer
Originally committed as revision 25413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8167db0dc4..29b07f37fa 100755
--- a/configure
+++ b/configure
@@ -1363,6 +1363,7 @@ ogg_demuxer_select="golomb"
psp_muxer_select="mov_muxer"
rtsp_demuxer_select="http_protocol sdp_demuxer"
rtsp_muxer_select="rtp_muxer http_protocol sdp_demuxer"
+sap_muxer_select="rtp_muxer"
sdp_demuxer_select="asf_demuxer rm_demuxer rtp_protocol mpegts_demuxer mov_demuxer"
spdif_muxer_select="aac_parser"
tg2_muxer_select="mov_muxer"