summaryrefslogtreecommitdiff
path: root/videodir.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 /videodir.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 'videodir.c')
-rw-r--r--videodir.c4
1 files changed, 2 insertions, 2 deletions
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 <unistd.h>
#include "tools.h"
-const char *VideoDirectory = "/video";
+const char *VideoDirectory = VIDEODIR;
class cVideoDirectory {
private: