Mailing List archive

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

[vdr] Re: Feature suggestion



Alessio Sangalli wrote:
> 
>...
> A request to Klaus: could you include a file inside the vdr
> distributions that tells the exact version of the program? I have many
> vdr directories, each one is a version more or less patched... eheheh!
> naturally all the patch writers should take care of modifying this file
> too, thank you

The exact VDR version is in config.c:

#define VDRVERSION "1.0.0pre5"

With the upcoming plugin system, add-ons will be completely separated
from the core VDR code. The idea is that the author of a plugin writes
his code in his own source directory, includes some header files from
the VDR source to gain access to the program interfaces, and in the end
provides a dynamically loadable library that VDR loads and from which it
calls some well defined functions.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________



Home | Main Index | Thread Index