diff options
author | Andreas Mair <andreas@vdr-developer.org> | 2010-05-29 16:49:55 +0200 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2010-05-29 16:49:55 +0200 |
commit | 1fda8cf45d61fac1d03a7381625f73e8e8909e4b (patch) | |
tree | 4911b0cb3844df49abdd4c3c9d13801a4a9ce717 /mymenusetup.h | |
parent | 916da87bf4b739215aa921cda97a36b816e5ba41 (diff) | |
download | vdr-plugin-extrecmenu-1fda8cf45d61fac1d03a7381625f73e8e8909e4b.tar.gz vdr-plugin-extrecmenu-1fda8cf45d61fac1d03a7381625f73e8e8909e4b.tar.bz2 |
Version 1.2-test1-am3v1.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.
Diffstat (limited to 'mymenusetup.h')
-rw-r--r-- | mymenusetup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mymenusetup.h b/mymenusetup.h index e263e7f..325eb5e 100644 --- a/mymenusetup.h +++ b/mymenusetup.h @@ -1,6 +1,10 @@ #include <vdr/menu.h> +#if VDRVERSNUM >= 10713 +extern cNestedItemList RecordingDirCommands; +#else extern cCommands RecordingDirCommands; +#endif class mySetup { |