Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VDR developer version 1.1.31



On Sun, May 11, 2003 at 05:38:42PM +0200, Klaus Schmidinger wrote:
> VDR developer version 1.1.31 is now available at
>
>     ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.1.31.tar.bz2
>
> The changes since version 1.1.30:
>
[...]
> - Removed the WaitForPut/WaitForGet stuff from cRingBuffer, since it appears to
>   no longer be necessary due to the implementation of cNonBlockingFileReader in
>   dvbplayer.c. Also, the long timeout in WaitForPut caused problems with cReceivers
>   that use a ring buffer and didn't immediately return from their Receive() function
>   if the buffer runs full (thanks to Sascha Volkenandt for reporting this one).

vdr-1.1.31 breaks 2 plugins:

1. The dxr3-Plugin:

dxr3syncbuffer.c: In member function `bool cDxr3SyncBuffer::Poll(int)':
dxr3syncbuffer.c:106: error: `EnableGet' undeclared (first use this function)
dxr3syncbuffer.c:108: error: `WaitForPut' undeclared (first use this function)
dxr3syncbuffer.c: In member function `void cDxr3SyncBuffer::Pop()':
dxr3syncbuffer.c:206: error: `EnablePut' undeclared (first use this function)
dxr3syncbuffer.c: In member function `cFixedLengthFrame* cDxr3SyncBuffer::Get()':
dxr3syncbuffer.c:220: error: `WaitForGet' undeclared (first use this function)
make[1]: *** [dxr3syncbuffer.o] Error 1

2. The mp3-Plugin:

g++ -O2 -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DHAVE_SNDFILE -DHAVE_VORBISFILE -DHAVE_BEAUTYPATCH -I../../../include -I../../../../DVB/include network.c
network.c: In member function `virtual void cNet::Action()':
network.c:370: error: `EnableGet' undeclared (first use this function)
network.c:370: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
make[1]: *** [network.o] Error 1

Ciao,
Andreas
--
Andreas Kool (akool@akool.de * akool@isdn4linux.de * http://www.akool.de)
PGP: 3FBF2411 Fingerprint: B5 35 34 74 25 60 2A 7A  89 06 92 C4 08 BA A5 BD
(To get my PGP key, send me a mail with subject "send pgp key")
		X <-- Nail here for a new Monitor
Transmission of this message via the Microsoft Network is prohibited


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index