summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-19 07:38:53 +0000
committerMartin Storsjö <martin@martin.st>2010-10-19 07:38:53 +0000
commit44594cc7980a4651aba8ac40c59192c283634748 (patch)
tree2c7b16f9124a68bc1b09429f5d122475553b3613 /configure
parent4ad08021e8e81057d89c75fd63b97cd1f0757a23 (diff)
Add a demuxer for receiving raw rtp:// URLs without an SDP description
The demuxer inspects the payload type of a received RTP packet and handles the cases where the content is fully described by the payload type. Originally committed as revision 25527 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 0e6e4394bf..d725942ee8 100755
--- a/configure
+++ b/configure
@@ -1361,6 +1361,7 @@ mpegtsraw_demuxer_select="mpegts_demuxer"
mxf_d10_muxer_select="mxf_muxer"
ogg_demuxer_select="golomb"
psp_muxer_select="mov_muxer"
+rtp_demuxer_select="sdp_demuxer"
rtsp_demuxer_select="http_protocol sdp_demuxer"
rtsp_muxer_select="rtp_muxer http_protocol sdp_demuxer"
sap_demuxer_select="sdp_demuxer"