diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2010-03-21 22:08:40 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2010-03-21 22:29:00 +0100 |
commit | 7173683e4cd89bd981421aa59e29d54705b295a2 (patch) | |
tree | e42516a66c6c9b60ba1b01dc32dfdd66a01b0271 /common.h | |
parent | f11fc2990b13af1f9bd34e4d42a4dccc0d5eaa17 (diff) | |
download | vdr-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.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |