Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Make.config question



Steffen Barszus wrote:
> 
> Hi !
> 
> I tried today to use the Make.config. I have renamed it to Make.config and
> changed some values according to my needs. F.i. I have defined VIDEODIR as in
> the example to my own dir. A quick test showed:
> 
> ./vdr
> vdr: can't access video directory /video
> 
> How is that supposed to work ? The values in Make.config doesn't seem to
> overwrite any default values. And if this somehow works, is there a magig
> keyword to to change the default for -c to ?
> (Yep I know i can use -v)
> 
> Any hints ?

VIDEODIR from Make.config is only used within the Makefile.
In VDR/videodir.c the line

const char *VideoDirectory = "/video";

with the default value is hard-coded.
I guess it should also use $(VIDEODIR)...

For the moment just change that line suit your needs.

Klaus


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index