Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: run without card?
Tomas Prybil wrote:
>
> Is it possible to run vdr without a card (for testing purposes)?
I don't think so, because at many places the variable cDvbApi::PrimaryDvbApi
is used without prior checking for NULL, and if there is no DVB card, that
variable will be NULL.
The lines
if (!cDvbApi::Init())
return 2;
in vdr.c make sure that the program is only continued if there is at least
one DVB card in the system.
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