summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-04-26 23:40:36 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-04-26 23:40:36 +0000
commite7047005cbe5cbfba6ddc764437457b6a6d72c21 (patch)
tree8fdfea0e4b211583dbaa9e0e28e2c9a7dc2d7ac3 /libavformat/rtsp.c
parent6a4970abd15ddf45e0f8c0bed0ca00950707d83e (diff)
properly compile code for REDIR_DEMUXER
Originally committed as revision 8840 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.c')
-rw-r--r--libavformat/rtsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index c65ff47995..17fe297a9c 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -1399,6 +1399,7 @@ AVInputFormat sdp_demuxer = {
};
#endif
+#ifdef CONFIG_REDIR_DEMUXER
/* dummy redirector format (used directly in av_open_input_file now) */
static int redir_probe(AVProbeData *pd)
{
@@ -1461,3 +1462,4 @@ AVInputFormat redir_demuxer = {
NULL,
NULL,
};
+#endif