From eb3124a781a2ec0536aa78a4c9b17311f0387969 Mon Sep 17 00:00:00 2001 From: Dime Date: Wed, 16 May 2012 13:24:24 +0200 Subject: add defines to compile wit VDR < 1.7.26 --- eepg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eepg.c') diff --git a/eepg.c b/eepg.c index bb4b5f5..4bfd5d7 100644 --- a/eepg.c +++ b/eepg.c @@ -4497,7 +4497,9 @@ bool cPluginEEPG::Start (void) for (int i = 0; i < NumberOfAvailableSources; i++) isyslog ("EEPG: Available sources:%s.", *cSource::ToString (AvailableSources[i])); +#if APIVERSNUM > 10725 new cEEpgHandler(); +#endif closedir(ConfigDir); return true; -- cgit v1.2.3