I just tried compiling vompserver-0.2.3 against my VDR 1.2.6 and it fails
mvpclient.c: In member function `int MVPClient::processMoveRecording(UCHAR*,
int)':
mvpclient.c:500: error: `::Recordings' undeclared (first use here)
make: *** [mvpclient.o] Error 1
Anyone had success with 1.2.6? vompserver-0.2.2 compiles fine.
Walt
I replaced
int MVPClient::processMoveRecording(UCHAR* data, int length)
with a dummy
return 0;
and the rest compiles fine.
Recordings.Update() must be new in later versions of VDR.
Thanks for that, I forgot to check compilation against 1.2.6 when I released it. I will fix it in the sources for the next version.
Sources are fixed.