summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2008-01-04 19:33:50 +0000
committerLuca Abeni <lucabe72@email.it>2008-01-04 19:33:50 +0000
commit8eb793c4599988246359929977db13e7ff31d58b (patch)
tree28ae0af74be11cec643cde1f44018dfa7215788e /configure
parenta35bf971c64808763797959a87ab3cf42931c3c2 (diff)
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a311af2281..a088022d86 100755
--- a/configure
+++ b/configure
@@ -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"