Приветствую, gimli
I have installed 3 patches and I couldn't compile the VDR 171
dvbdevice.c: In constructor ‘cDvbDevice::cDvbDevice(int)’: dvbdevice.c:542: error: ‘DVBFE_DELSYS_DUMMY’ was not declared in this scope dvbdevice.c: In member function ‘virtual bool cDvbDevice::ProvidesTransponder(const cChannel*) const’: dvbdevice.c:914: error: ‘dvbfe_modulation’ was not declared in this scope dvbdevice.c:914: error: ‘DVBFE_MOD_QAM256’ was not declared in this scope dvbdevice.c: In member function ‘virtual bool cDvbDevice::ProvidesChannel(const cChannel*, int, bool*) const’: dvbdevice.c:941: error: ‘dvbfe_modulation’ was not declared in this scope dvbdevice.c:941: error: ‘DVBFE_MOD_QAM256’ was not declared in this scope dvbdevice.c: At global scope: dvbdevice.c:211: warning: ‘unsigned int FrequencyToHz(unsigned int)’ defined but not used make: *** [dvbdevice.o] Ошибка 1
have you any advice ?
another one for vdr 1.7.1 with the Extensions v64 patch from Zulu : vdr 1.7.1 + vdr-1.7.1_extensions.diff + vdr-1.7.1-ext_h264.diff.
cu
Edgar (gimli) Hucek
Hello All,
Yesterday evening I finally got S2API working with those troublesome DVB-S2 transponders using QPSK modulation. Attached is a patch which includes the DVB-S/DVB-S2 S2API patch and the H264 patch for VDR 1.7.0.
Apply this patch to a clean VDR 1.7.0 sourcetree. This is my first time I created a patch, so please don't shoot me for it :) I use patch -p1, and it applied cleanly, *I think*. I've been using this patch since yesterdaynight, and everything seems very stable on a Hauppauge WinTV-NOVA-HD-S2 card.
The patch itself is based upon Igor M. Liplianin's S2API patch. Many thanks to Igor and Darron Broad for helping me with this one.
I hope to start with DVB-C and a working DVB-T implementation tonight. Any feedback on this patch is highly appreciated.