diff options
author | Martin Storsjö <martin@martin.st> | 2010-10-21 12:18:48 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-10-21 12:18:48 +0000 |
commit | 44b70ce5631e075980c0ff06e4727c9a1185ca81 (patch) | |
tree | 7772474c9a00406ef18ecdbaa68245909904a31f /configure | |
parent | 8bf0f969547ec694a314764e7ca3d883bf416b21 (diff) | |
download | ffmpeg-44b70ce5631e075980c0ff06e4727c9a1185ca81.tar.gz |
rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer
This allows compilation of one of them without requiring the others'
dependencies to be present.
Originally committed as revision 25535 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -912,6 +912,7 @@ CONFIG_LIST=" pic postproc rdft + rtpdec runtime_cpudetect shared small @@ -1362,11 +1363,12 @@ 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" +rtpdec_select="asf_demuxer rm_demuxer rtp_protocol mpegts_demuxer mov_demuxer" +rtsp_demuxer_select="http_protocol rtpdec" +rtsp_muxer_select="rtp_muxer http_protocol rtp_protocol" sap_demuxer_select="sdp_demuxer" sap_muxer_select="rtp_muxer rtp_protocol" -sdp_demuxer_select="asf_demuxer rm_demuxer rtp_protocol mpegts_demuxer mov_demuxer" +sdp_demuxer_select="rtpdec" spdif_muxer_select="aac_parser" tg2_muxer_select="mov_muxer" tgp_muxer_select="mov_muxer" |