From ba1c9fb5349080ea7007ad88d7343059d4d73616 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 2 Aug 2003 14:32:53 +0200 Subject: Now the program uses the values of VIDEODIR and PLUGINDIR defined in Makefile or Makefile.config as defaults --- videodir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'videodir.c') diff --git a/videodir.c b/videodir.c index 4078fdff..94e7141a 100644 --- a/videodir.c +++ b/videodir.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: videodir.c 1.9 2002/08/11 13:31:02 kls Exp $ + * $Id: videodir.c 1.10 2003/08/02 13:43:28 kls Exp $ */ #include "videodir.h" @@ -18,7 +18,7 @@ #include #include "tools.h" -const char *VideoDirectory = "/video"; +const char *VideoDirectory = VIDEODIR; class cVideoDirectory { private: -- cgit v1.2.3