Use correct CONFIG_RTP_MUXER ifdef

Originally committed as revision 8847 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Alex Beregszaszi 2007-04-27 01:21:11 +00:00
parent ba472aaf01
commit ab7fd2c4f7

View File

@ -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);