diff options
author | Luca Abeni <lucabe72@email.it> | 2008-01-04 19:33:50 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2008-01-04 19:33:50 +0000 |
commit | 8eb793c4599988246359929977db13e7ff31d58b (patch) | |
tree | 28ae0af74be11cec643cde1f44018dfa7215788e /configure | |
parent | a35bf971c64808763797959a87ab3cf42931c3c2 (diff) | |
download | ffmpeg-8eb793c4599988246359929977db13e7ff31d58b.tar.gz |
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
Originally committed as revision 11406 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -831,7 +831,7 @@ mp3_demuxer_deps="mpegaudio_parser" oss_demuxer_deps_any="soundcard_h sys_soundcard_h" oss_muxer_deps_any="soundcard_h sys_soundcard_h" redir_demuxer_deps="network" -rtp_muxer_deps="network mpegts_demuxer rtp_protocol" +rtp_muxer_deps="network rtp_protocol" rtsp_demuxer_deps="sdp_demuxer" sdp_demuxer_deps="rtp_protocol mpegts_demuxer" v4l2_demuxer_deps="linux_videodev2_h" |