diff options
author | Alex Beregszaszi | 2007-04-27 01:21:11 +0000 |
---|---|---|
committer | Alex Beregszaszi | 2007-04-27 01:21:11 +0000 |
commit | ab7fd2c4f7c7068abc0d0a1a569271a22a67839d (patch) | |
tree | e176b4db5c47476120b232103f236302890baa56 /libavformat/allformats.c | |
parent | ba472aaf010e69661866decbd3cfde177d8c0ee9 (diff) |
Use correct CONFIG_RTP_MUXER ifdef
Originally committed as revision 8847 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 91c4a7b49b..117d6f719d 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -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); |