diff allformats.c @ 2888:fa2156303c3f libavformat

Rationalize some dependencies between rtsp and rtp
author lucabe
date Thu, 03 Jan 2008 12:49:12 +0000
parents a174a3a0c2c0
children ae79fd89ca8b
line wrap: on
line diff
--- a/allformats.c	Thu Jan 03 11:59:20 2008 +0000
+++ b/allformats.c	Thu Jan 03 12:49:12 2008 +0000
@@ -137,7 +137,7 @@
     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);