summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2010-03-21 22:08:40 +0100
committerLars Hanisch <dvb@flensrocker.de>2010-03-21 22:29:00 +0100
commit7173683e4cd89bd981421aa59e29d54705b295a2 (patch)
treee42516a66c6c9b60ba1b01dc32dfdd66a01b0271 /common.h
parentf11fc2990b13af1f9bd34e4d42a4dccc0d5eaa17 (diff)
downloadvdr-plugin-pvrinput-7173683e4cd89bd981421aa59e29d54705b295a2.tar.gz
vdr-plugin-pvrinput-7173683e4cd89bd981421aa59e29d54705b295a2.tar.bz2
Refactoring of cPvrSourceParam: it can now be used by ParseChannels
The parsing and writing of the channel's source parameter is now focused at one place.
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common.h b/common.h
index a7a617d..56194b9 100644
--- a/common.h
+++ b/common.h
@@ -22,6 +22,11 @@ enum eLogLevel { pvrUNUSED, pvrERROR, pvrINFO, pvrDEBUG1, pvrDEBUG2, pvrDEBUG3 }
#include <vdr/sources.h>
#include <vdr/device.h>
#include <vdr/plugin.h>
+#if VDRVERSNUM > 10712
+#include <vdr/sourceparams.h>
+#define PVR_SOURCEPARAMS
+#endif
+
#include "setup.h"
@@ -31,6 +36,7 @@ enum eLogLevel { pvrUNUSED, pvrERROR, pvrINFO, pvrDEBUG1, pvrDEBUG2, pvrDEBUG3 }
#include "reader.h"
#include "pvrinput.h"
#include "menu.h"
+#include "sourceparams.h"
#if VDRVERSNUM < 10507
#include "i18n.h"