Hi, Am 25.10.2012 19:44, schrieb Morfsta: > On Thu, Oct 25, 2012 at 5:42 PM, Lars Hanisch <dvb@xxxxxxxxxxxxxx> wrote: >> You've forgotten the wrap the definition of ChannelSwitch into #if's: >> >> --- a/rotorng.c >> +++ b/rotorng.c >> @@ -333,7 +333,11 @@ >> int last_position_shown; >> bool transfer; >> protected: >> +#if VDRVERSNUM >= 10726 >> virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView); >> +#else >> + virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber); >> +#endif >> public: >> cStatusMonitor(); >> }; >> > > Are you sure? Its definitely in my copy and seems to be in the one on > the projects site. There are two places: one in the class definition and one a few lines below that. Just search for "ChannelSwitch"... :) Line 336 and line 347. Regards, Lars. > > Thanks > > _______________________________________________ > vdr mailing list > vdr@xxxxxxxxxxx > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > _______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr