summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-09 09:29:29 +0000
committerMartin Storsjö <martin@martin.st>2010-10-09 09:29:29 +0000
commit2aab70c476c5a2812a421a6b08ea1be6ea8225da (patch)
treeb9f8270471485219a42d24b6925807f969bf2b11 /configure
parenta1fc29f588fa504b6b69a357d1f7acf1b7db3e42 (diff)
sapenc: Declare a dependency on rtp_protocol, too
The SAP muxer uses network functions directly, uses the rtp protocol and the udp protocol. The network functions and the udp protocol are both transitively enabled via the rtp protocol, so that's the only dependency that needs to be stated. Originally committed as revision 25423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index f690b3fe34..400990a972 100755
--- a/configure
+++ b/configure
@@ -1363,8 +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_deps="network"
-sap_muxer_select="rtp_muxer"
+sap_muxer_select="rtp_muxer rtp_protocol"
sdp_demuxer_select="asf_demuxer rm_demuxer rtp_protocol mpegts_demuxer mov_demuxer"
spdif_muxer_select="aac_parser"
tg2_muxer_select="mov_muxer"