summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
authorDime <dime@dime-dell-system-xps-l702x.ein-sof.net.mk>2012-05-16 13:24:24 +0200
committerDime <dime@dime-dell-system-xps-l702x.ein-sof.net.mk>2012-05-16 13:24:24 +0200
commiteb3124a781a2ec0536aa78a4c9b17311f0387969 (patch)
treead7368654327c3ae9fbc96a601956042ea56c8bf /eepg.c
parent1a3ea541feb02657c6fc3882c941c5143bc79a73 (diff)
downloadvdr-plugin-eepg-eb3124a781a2ec0536aa78a4c9b17311f0387969.tar.gz
vdr-plugin-eepg-eb3124a781a2ec0536aa78a4c9b17311f0387969.tar.bz2
add defines to compile wit VDR < 1.7.26
Diffstat (limited to 'eepg.c')
-rw-r--r--eepg.c2
1 files changed, 2 insertions, 0 deletions
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;