Mailing List archive

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

[vdr] Re: How to patch a patched VDR?



In this case:
Load device.h in your favorite editor.
Search for one of the given lines.
insert the word "virtual" before "int ProvidesCa(int Ca);"
save the file.

in other words: apply those 8 bytes manually ;-))))
no wizardry involved here...



> -----Original Message-----
> From: vdr-bounce@linuxtv.org [mailto:vdr-bounce@linuxtv.org]On Behalf Of
> Luca Merega
> Sent: Saturday, August 17, 2002 3:00 PM
> To: vdr@linuxtv.org
> Subject: [vdr] How to patch a patched VDR?
>
>
> I have a patched version of VDR. Patched with AIO path.
> Now I need to apply another patch:
> ---- BEGIN ----
> --- 1.3/device.h        Sun Aug  4 18:02:19 2002
> +++ edited/device.h     Mon Aug  5 18:51:08 2002
> @@ -97,7 +97,7 @@
>    bool IsPrimaryDevice(void) const { return this == primaryDevice; }
>    int CardIndex(void) const { return cardIndex; }
>           // Returns the card index of this device (0 ... MAXDEVICES -
> 1).
> -  int ProvidesCa(int Ca);
> +  virtual int ProvidesCa(int Ca);
>           // Checks whether this device provides the given value in its
>           // caCaps. Returns 0 if the value is not provided, 1 if only
> this
>           // value is provided, and > 1 if this and other values are
> provided.
> ---- END ----
> How to do it?
>
> Thx
>
> Luca
>
>
>
>
> --
> Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f
>
> Sponsor:
> Partecipa al QX Concorso e vinci ricchi premi!
> Iscriviti gratis a QX Service e richiedi un artigiano o un professionista
> per vincere fantastici Premi: Lettori Dvd, Micro Hi-fi e Radioregistratori
> con CD Philips!
> Clicca qui: http://adv2.email.it/cgi-bin/foclick.cgi?mid=540&d=17-8
>
>





Home | Main Index | Thread Index