diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-23 10:50:20 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-01-23 10:50:20 +0100 |
commit | 956ac7e70d35feac1441add3f0a6ba9f71736023 (patch) | |
tree | 07cf1bfcab3522949468b66603c45854c7d3af2b /Make.config.template | |
parent | b2ae3062abe7f68121404ed55867d8109ed85b08 (diff) | |
download | vdr-956ac7e70d35feac1441add3f0a6ba9f71736023.tar.gz vdr-956ac7e70d35feac1441add3f0a6ba9f71736023.tar.bz2 |
Added missing template for DVBDIR to Make.config.template
Diffstat (limited to 'Make.config.template')
-rw-r--r-- | Make.config.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Make.config.template b/Make.config.template index f37f17f0..bfaf40b9 100644 --- a/Make.config.template +++ b/Make.config.template @@ -6,7 +6,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Make.config.template 2.16 2013/01/12 13:50:17 kls Exp $ +# $Id: Make.config.template 2.17 2013/01/23 10:47:28 kls Exp $ ### The C compiler and options: @@ -34,6 +34,7 @@ endif #MANDIR = $(PREFIX)/share/man #PCDIR = $(PREFIX)/lib/pkgconfig #RESDIR = $(PREFIX)/share/vdr +#DVBDIR = /usr/src/v4l-dvb/linux #VIDEODIR = /srv/vdr/video #CONFDIR = /var/lib/vdr |