[vdr] [ANNOUNCE] vdr-rotorng-0.3
Morfsta
morfsta at gmail.com
Thu Oct 25 19:44:56 CEST 2012
On Thu, Oct 25, 2012 at 5:42 PM, Lars Hanisch <dvb at flensrocker.de> 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.
Thanks
More information about the vdr
mailing list