summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-08-02 14:32:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-08-02 14:32:53 +0200
commitba1c9fb5349080ea7007ad88d7343059d4d73616 (patch)
tree314948067e926ddadb50f9407f8293592f9aced0 /vdr.c
parent746b232299090f0f249a25d07b5704eb795787f8 (diff)
downloadvdr-ba1c9fb5349080ea7007ad88d7343059d4d73616.tar.gz
vdr-ba1c9fb5349080ea7007ad88d7343059d4d73616.tar.bz2
Now the program uses the values of VIDEODIR and PLUGINDIR defined in Makefile or Makefile.config as defaults
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c4
1 files changed, 2 insertions, 2 deletions
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 <getopt.h>
@@ -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;