From 1fda8cf45d61fac1d03a7381625f73e8e8909e4b Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Sat, 29 May 2010 16:49:55 +0200 Subject: Version 1.2-test1-am3 - Support new reccmds.conf file as introduced in VDR v1.7.12. - Edit lifetime and priority only for PES recordings. - include Make.global. --- mymenusetup.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mymenusetup.h') diff --git a/mymenusetup.h b/mymenusetup.h index e263e7f..325eb5e 100644 --- a/mymenusetup.h +++ b/mymenusetup.h @@ -1,6 +1,10 @@ #include +#if VDRVERSNUM >= 10713 +extern cNestedItemList RecordingDirCommands; +#else extern cCommands RecordingDirCommands; +#endif class mySetup { -- cgit v1.2.3