From e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7 Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 7 Nov 2013 16:58:07 +0100 Subject: changed build environment that every class is build seperately --- skinnopacity.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'skinnopacity.c') diff --git a/skinnopacity.c b/skinnopacity.c index f31a902..2c6bd3e 100644 --- a/skinnopacity.c +++ b/skinnopacity.c @@ -8,7 +8,11 @@ #include #include -#include "nopacity.c" +#define DEFINE_CONFIG 1 +#include "config.h" +#include "nopacity.h" +#include "setup.h" + #if defined(APIVERSNUM) && APIVERSNUM < 10734 #error "VDR-1.7.34 API version or greater is required!" @@ -57,7 +61,7 @@ cPluginNopacity::~cPluginNopacity() const char *cPluginNopacity::CommandLineHelp(void) { - return + return " -e , --epgimages= Set directory where epgimages are stored\n" " -i , --iconpath= Set directory where Menu Icons are stored\n" " -l , --logopath= Set directory where Channel Logos are stored.\n"; @@ -101,7 +105,7 @@ bool cPluginNopacity::Start(void) { return false; } else dsyslog("nopacity: TrueColor OSD found"); - + imgCache = new cImageCache(); nopacity = new cNopacity(imgCache); return nopacity; -- cgit v1.2.3