[vdr] DVB API Wrapper for VDR 1.7.0
Udo Richter
udo_richter at gmx.de
Thu May 22 22:53:13 CEST 2008
Hi list,
There's a new version of the DVB API wrapper patch. The new version is
compatible to the current multiproto drivers, and wraps the
DVBFE_SET_DELSYS call.
The new version is based on the vdr-1.7.0-multiproto-update.diff, and
probably works also with the vdr-1.7.0-h264-....diff.bz2 patch, both
from Reinhard Nissl. Chances are good that the patch will work with next
VDR-1.7.1 too.
The new version also introduces a new runtime detection feature: By
default, builds will detect at runtime whether the driver supports
multiproto, and will either use native multiproto drivers or the old API
wrapper.
Behavior can be configured in Make.config:
DEFINES += -DDVB_MULTIPROTO_RUNTIME=1
enables the runtime detection (default)
DEFINES += -DDVB_MULTIPROTO_RUNTIME=0
disables the runtime detection
DEFINES += -DDVB_MULTIPROTO_WRAPPER=1
enables the API wrapper (default on old DVB headers
and if runtime detection is enabled)
DEFINES += -DDVB_MULTIPROTO_WRAPPER=0
disables wrapper and runtime detection. Can be used
to compile multiproto without proper DVB headers.
(default on new DVB headers and runtime detection disabled)
Much of it is not completely tested, so reports are welcome.
Get it:
http://www.udo-richter.de/vdr/patches.en.html#dvb-api-wrapper
http://www.udo-richter.de/vdr/patches.html#dvb-api-wrapper
Cheers,
Udo
_______________________________________________
vdr mailing list
vdr at linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
More information about the vdr
mailing list