diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-02 14:32:53 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-08-02 14:32:53 +0200 |
commit | ba1c9fb5349080ea7007ad88d7343059d4d73616 (patch) | |
tree | 314948067e926ddadb50f9407f8293592f9aced0 /videodir.c | |
parent | 746b232299090f0f249a25d07b5704eb795787f8 (diff) | |
download | vdr-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |