summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-21 12:18:48 +0000
committerMartin Storsjö <martin@martin.st>2010-10-21 12:18:48 +0000
commit44b70ce5631e075980c0ff06e4727c9a1185ca81 (patch)
tree7772474c9a00406ef18ecdbaa68245909904a31f /libavformat/allformats.c
parent8bf0f969547ec694a314764e7ca3d883bf416b21 (diff)
rtsp: Untangle the dependencies between the RTSP/SDP demuxers and RTSP muxer
This allows compilation of one of them without requiring the others' dependencies to be present. Originally committed as revision 25535 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 9f33e31822..e35f4f8b0a 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -183,7 +183,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (RTSP, rtsp);
REGISTER_MUXDEMUX (SAP, sap);
REGISTER_DEMUXER (SDP, sdp);
-#if CONFIG_SDP_DEMUXER
+#if CONFIG_RTPDEC
av_register_rtp_dynamic_payload_handlers();
av_register_rdt_dynamic_payload_handlers();
#endif