changeset 2058:47bb66436d52 libavformat

Use correct CONFIG_RTP_MUXER ifdef
author alex
date Fri, 27 Apr 2007 01:21:11 +0000
parents 857fbfeb2fa0
children 69ff78484350
files allformats.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/allformats.c	Fri Apr 27 00:41:50 2007 +0000
+++ b/allformats.c	Fri Apr 27 01:21:11 2007 +0000
@@ -136,7 +136,7 @@
     REGISTER_MUXER   (RTP, rtp);
     REGISTER_DEMUXER (RTSP, rtsp);
     REGISTER_DEMUXER (SDP, sdp);
-#ifdef CONFIG_NETWORK
+#ifdef CONFIG_RTP_MUXER
     av_register_rtp_dynamic_payload_handlers();
 #endif
     REGISTER_DEMUXER (SEGAFILM, segafilm);