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 --- vdr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vdr.c') diff --git a/vdr.c b/vdr.c index e51d9508..16e8bdd4 100644 --- a/vdr.c +++ b/vdr.c @@ -22,7 +22,7 @@ * * The project's page is at http://www.cadsoft.de/vdr * - * $Id: vdr.c 1.161 2003/06/15 14:35:05 kls Exp $ + * $Id: vdr.c 1.162 2003/08/02 14:01:32 kls Exp $ */ #include @@ -93,7 +93,7 @@ int main(int argc, char *argv[]) #define DEFAULTSVDRPPORT 2001 #define DEFAULTWATCHDOG 0 // seconds -#define DEFAULTPLUGINDIR "./PLUGINS/lib" +#define DEFAULTPLUGINDIR PLUGINDIR int SVDRPport = DEFAULTSVDRPPORT; const char *AudioCommand = NULL; -- cgit v1.2.3