Mercurial > libavformat.hg
diff allformats.c @ 2058:47bb66436d52 libavformat
Use correct CONFIG_RTP_MUXER ifdef
| author | alex |
|---|---|
| date | Fri, 27 Apr 2007 01:21:11 +0000 |
| parents | 3d553a42427a |
| children | d20edf2ef6d4 |
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);
