On Thu, Oct 25, 2012 at 5:42 PM, Lars Hanisch <d...@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

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to