On Sunday 17 Oct 2004 15:27, Klaus Schmidinger wrote:
VDR developer version 1.3.13 is now available at
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.13.tar.bz2
*** NOTE THAT THE WARNINGS REGARDING THE USE OF VPS CONTROLLED
*** TIMERS FROM PREVIOUS RELEASE NOTES STILL APPLY!
{snippage}
Compiles fine for me with recentish dvb-kernel drivers. All of the plugins I
use compiled fine, except for the dxr3 which gives:
g++ -O2 -Wall -Woverloaded-virtual -c -DPLUGIN_NAME_I18N='"dxr3"'
-DSOCKET_CHMOD=0660 -D_GNU_SOURCE -I../../../include
-I../../../../DVB/include -I/usr/include/ffmpeg -I/usr/include
dxr3syncbuffer.c
dxr3syncbuffer.c: In member function `virtual int cDxr3SyncBuffer::Available()
':
dxr3syncbuffer.c:145: error: `Lock' undeclared (first use this function)
dxr3syncbuffer.c:145: error: (Each undeclared identifier is reported only once
for each function it appears in.)
dxr3syncbuffer.c:147: error: `Unlock' undeclared (first use this function)
make[1]: *** [dxr3syncbuffer.o] Error 1
I had a quick look and Lock and Unlock are no longer part of cRingBuffer.