tvonscreen plugin broken with vdr 1.3.44
Commit Message
Hi,
tvonscreen 0.7.0 with vdr version 1.3.44 seems to be broken (last
working version was 1.3.42):
vdr: /home/video/plugins/lib/libvdr-tvonscreen.so.1.3.44: undefined
symbol: _ZN10cMenuEventC2EPK6cEventb
Deti
For me this little patch was needed:
};
@@ -20,7 +20,7 @@
private:
const cEvent *event;
public:
- cMenuEvent(const cEvent *Event, bool CanSwitch = false);
+ cMenuEvent(const cEvent *Event, bool CanSwitch = false, bool Buttons
= false);
virtual void Display(void);
virtual eOSState ProcessKey(eKeys Key);