[vlc-devel] DVB-S2 patch

Marian Ďurkovič md at bts.sk
Fri Oct 30 12:05:50 CET 2009


On Fri, Oct 30, 2009 at 12:49:37AM +0100, Jean-Baptiste Kempf wrote:
> Hello Jean-Paul,
> 
> On Thu, Oct 15, 2009 at 09:36:33AM +0200, Jean-Paul Saman wrote :
> > > The patch is against VLC 0.9.8a.
> > Could you update it against git master branch?
> 
> Attached is the patch rebased against master + prettyfying.
> Can someone test?

A quick look at the patch shows it removes the standard API code and
replaces it with S2API. This means DVB access won't be compillable
under any Linux kernel older than 2.6.28.

I suggest to preserve the standard API as well and use 

#if DVB_API_VERSION >= 5 
...S2API code here...
#else
...standard API code here...
#endif

   With kind regards,

        M.




More information about the vlc-devel mailing list