From 91fdd60185c41dfd1c75fe0f0490d01f4c9d7074 Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Tue, 2 Dec 2008 22:32:09 +0100 Subject: Switch to VDR 1.6.0: - Use APIVERSION instead of VDRVERSION as the library file versio - Support for changed cReceiver API in vdr >= 1.5.0 - Switch to gettext translation --- txtrecv.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'txtrecv.c') diff --git a/txtrecv.c b/txtrecv.c index af76a3a..e7898e1 100644 --- a/txtrecv.c +++ b/txtrecv.c @@ -692,11 +692,14 @@ void cTxtStatus::ForceSuspending(bool onOrOff) { */ cTxtReceiver::cTxtReceiver(int TPid, tChannelID chan) -#if VDRVERSNUM >= 10319 +#if VDRVERSNUM >= 10500 + : cReceiver(chan, -1, TPid), +#elif VDRVERSNUM >= 10319 : cReceiver(0, -1, TPid), #else : cReceiver(0, -1, 1, TPid), #endif + cThread("osdteletext-receiver"), chan(chan), TxtPage(0), buffer((188+60)*75), running(false) { Storage::instance()->prepareDirectory(chan); -- cgit v1.2.3