[Ffmpeg-cvslog] r8847 - trunk/libavformat/allformats.c
alex
subversion
Fri Apr 27 03:21:11 CEST 2007
Author: alex
Date: Fri Apr 27 03:21:11 2007
New Revision: 8847
Log:
Use correct CONFIG_RTP_MUXER ifdef
Modified:
trunk/libavformat/allformats.c
Modified: trunk/libavformat/allformats.c
==============================================================================
--- trunk/libavformat/allformats.c (original)
+++ trunk/libavformat/allformats.c Fri Apr 27 03:21:11 2007
@@ -136,7 +136,7 @@ void av_register_all(void)
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);
More information about the ffmpeg-cvslog
mailing list