diff options
author | Markus Ehrnsperger <markus@vdr1.(none)> | 2011-02-08 20:57:16 +0100 |
---|---|---|
committer | Markus Ehrnsperger <markus@vdr1.(none)> | 2011-02-08 20:57:16 +0100 |
commit | a6d58a2cfc617a048bbadf9cafc378a9c579aade (patch) | |
tree | 98071fe4ed752a1e158a59593dd7de31ebc1dd36 /config.h | |
parent | bbea9e80be431b7422aaa4a8a9c0a171ddc105d5 (diff) | |
download | vdr-patch-lnbsharing-lnb-sharing-0.1.2.tar.gz vdr-patch-lnbsharing-lnb-sharing-0.1.2.tar.bz2 |
lnb-sharing 0.1.2lnb-sharing-0.1.2
- Change: Make it easier to apply this patch together with the dynamite-Plugin patch. Note: this is mostly for maintainers of distributions and multi-patches. It will (must probably) not be possible for devices added with dynamite to share LNBs. Some concept work is required for this: How can VDR uniquely identify a device? How can a user identify such a device on OSD?
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ public: int EmergencyExit; //ML - #define LNB_SHARING_VERSION "0.1.1" + #define LNB_SHARING_VERSION "0.1.2" int VerboseLNBlog; #define MAXDEVICES 16 // Since VDR 1.3.32 we can not #include "device.h" for MAXDEVICES anymore. // With this workaround a warning will be shown during compilation if |