Hi,
On Wed, 7 Apr 2010 18:52:20 +1200, Simon Baxter wrote
I'm trying to use Udo Richter's plugin to play .ts recordings in vdr- 1.6.0 (http://www.udo-richter.de/vdr/patches.en.html) but it breaks a couple of plugins
streamdev plugin:
<snip> server/recplayer.c: In member function âuint64_t cRecPlayer::positionFromFrameNumber(uint32_t)â: server/recplayer.c:253: error: no matching function for call to âcIndexFile::Get(int, uchar*, int*)â ../../../include/vdr/recording.h:229: note: candidates are: bool cIndexFile::Get(int, uint16_t*, off_t*, uchar*, int*) ../../../include/vdr/recording.h:231: note: int cIndexFile::Get(uint16_t, off_t) make: *** [server/recplayer.o] Error 1
in streamdev's server/recplayer.c, replacing "#if {API,VDR}VERSNUM >= 10703" by "#if 1" and "#if APIVERSNUM < 10703" by "#if 0" should do the trick.
Regards, Frank