From 9825d074b44fd873be325440f355eb22f2a70601 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 26 Apr 2007 18:11:36 +0000 Subject: [PATCH] properly check for CONFIG_RTSP_DEMUXER Originally committed as revision 8836 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffplay.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffplay.c b/ffplay.c index 51495d2d00..062c4eb656 100644 --- a/ffplay.c +++ b/ffplay.c @@ -2003,6 +2003,8 @@ static int decode_thread(void *arg) else av_read_play(ic); } +#endif +#ifdef CONFIG_RTSP_DEMUXER if (is->paused && ic->iformat == &rtsp_demuxer) { /* wait 10 ms to avoid trying to get another packet */ /* XXX: horrible */