From 1a4813bac2a73f08a9d5a559e80faab3731126b6 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 2 May 2003 12:33:44 +0000 Subject: fix compilation with LOG defined: mrl undeclared (patch sent by Lethal Weapon ) CVS patchset: 4748 CVS date: 2003/05/02 12:33:44 --- src/input/input_rtsp.c | 2 +- src/input/input_v4l.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/input_rtsp.c b/src/input/input_rtsp.c index 58f85f81a..138c1ef6a 100644 --- a/src/input/input_rtsp.c +++ b/src/input/input_rtsp.c @@ -222,7 +222,7 @@ static int rtsp_plugin_open (input_plugin_t *this_gen) { rtsp_session_t *rtsp; #ifdef LOG - printf ("input_rtsp: trying to open '%s'\n", mrl); + printf ("input_rtsp: trying to open '%s'\n", this->mrl); #endif rtsp = rtsp_session_start(this->stream,this->mrl); diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c index 40354bc3d..3f07815e8 100644 --- a/src/input/input_v4l.c +++ b/src/input/input_v4l.c @@ -294,7 +294,7 @@ static int v4l_plugin_open (input_plugin_t *this_gen) { int i, j, ret, found; #ifdef LOG - printf ("input_v4l: trying to open '%s'\n", mrl); + printf ("input_v4l: trying to open '%s'\n", this->mrl); #endif found = 0; -- cgit v1.2.3