summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2008-01-03 12:49:12 +0000
committerLuca Abeni <lucabe72@email.it>2008-01-03 12:49:12 +0000
commit95c21842708ee36be60c1186bfb8d51d4129b368 (patch)
tree5cb363a17f069c966b88c3537b430f64c0cbb4eb /libavformat/allformats.c
parentd80906e7b4a153fd98ee0b792de5324639efa913 (diff)
Rationalize some dependencies between rtsp and rtp
Originally committed as revision 11385 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 611cde805f..5435dda681 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -137,7 +137,7 @@ void av_register_all(void)
REGISTER_MUXER (RTP, rtp);
REGISTER_DEMUXER (RTSP, rtsp);
REGISTER_DEMUXER (SDP, sdp);
-#ifdef CONFIG_RTP_MUXER
+#ifdef CONFIG_SDP_DEMUXER
av_register_rtp_dynamic_payload_handlers();
#endif
REGISTER_DEMUXER (SEGAFILM, segafilm);