[MPlayer-cvslog] r32102 - trunk/stream/stream_rtsp.c
diego
subversion at mplayerhq.hu
Wed Sep 8 22:01:34 CEST 2010
Author: diego
Date: Wed Sep 8 22:01:34 2010
New Revision: 32102
Log:
Add proper #include instead of declaring index_mode extern.
Modified:
trunk/stream/stream_rtsp.c
Modified: trunk/stream/stream_rtsp.c
==============================================================================
--- trunk/stream/stream_rtsp.c Wed Sep 8 21:51:57 2010 (r32101)
+++ trunk/stream/stream_rtsp.c Wed Sep 8 22:01:34 2010 (r32102)
@@ -38,6 +38,7 @@
#endif
#include <errno.h>
+#include "libmpdemux/demuxer.h"
#include "network.h"
#include "stream.h"
#include "tcp.h"
@@ -141,7 +142,6 @@ static int
rtsp_streaming_open (stream_t *stream, int mode, void *opts, int *file_format)
{
URL_t *url;
- extern int index_mode;
mp_msg (MSGT_OPEN, MSGL_V, "STREAM_RTSP, URL: %s\n", stream->url);
stream->streaming_ctrl = streaming_ctrl_new ();
More information about the MPlayer-cvslog
mailing list