From 956ac7e70d35feac1441add3f0a6ba9f71736023 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 23 Jan 2013 10:50:20 +0100 Subject: [PATCH] Added missing template for DVBDIR to Make.config.template --- CONTRIBUTORS | 1 + HISTORY | 1 + Make.config.template | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d87a03e2..f1fc0eb4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2735,6 +2735,7 @@ Derek Kelly (user.vdr@gmail.com) for reporting a problem with getting the maximum short channel name length in case there are no short names at all for reporting an incompatible change from DTV_DVBT2_PLP_ID to DTV_STREAM_ID in DVB API 5.8 + for reporting a missing template for DVBDIR in Make.config.template Marcel Unbehaun for adding cRecordingInfo::GetEvent() diff --git a/HISTORY b/HISTORY index 83a903d1..20b5bd3e 100644 --- a/HISTORY +++ b/HISTORY @@ -7537,3 +7537,4 @@ Video Disk Recorder Revision History 2013-01-23: Version 1.7.37 - Now also using FindHeader() in cMpeg2Fixer::AdjTref() (pointed out by Sören Moch). +- Added missing template for DVBDIR to Make.config.template (reported by Derek Kelly). 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