Browse code

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

Martin Storsjö authored on 2010/10/09 18:29:29
Showing 1 changed files
... ...
@@ -1363,8 +1363,7 @@ ogg_demuxer_select="golomb"
1363 1363
 psp_muxer_select="mov_muxer"
1364 1364
 rtsp_demuxer_select="http_protocol sdp_demuxer"
1365 1365
 rtsp_muxer_select="rtp_muxer http_protocol sdp_demuxer"
1366
-sap_muxer_deps="network"
1367
-sap_muxer_select="rtp_muxer"
1366
+sap_muxer_select="rtp_muxer rtp_protocol"
1368 1367
 sdp_demuxer_select="asf_demuxer rm_demuxer rtp_protocol mpegts_demuxer mov_demuxer"
1369 1368
 spdif_muxer_select="aac_parser"
1370 1369
 tg2_muxer_select="mov_muxer"