[patch] tvonscreen plugin broken with vdr 1.3.44

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:

--- tvonscreen/timer.h~    2006-02-28 19:47:38.000000000 +0100
+++ tvonscreen/timer.h     2006-02-28 19:47:38.000000000 +0100
@@ -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);
  };



[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux