summaryrefslogtreecommitdiff
path: root/plex.h
diff options
context:
space:
mode:
Diffstat (limited to 'plex.h')
-rw-r--r--plex.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/plex.h b/plex.h
index a4d8f97..b67c8ea 100644
--- a/plex.h
+++ b/plex.h
@@ -16,7 +16,12 @@
#include "plexgdm.h"
#include "cPlexOsdItem.h"
#include "hlsPlayerControl.h"
-#include "plexSdOsd.h"
+
+#ifdef SKINDESIGNER
+ #include <libskindesignerapi/skindesignerapi.h>
+ #include "plexSdOsd.h"
+ #include "pictureCache.h"
+#endif
#include <iostream>
#include <string>
@@ -40,8 +45,10 @@ static const char *const MAINMENUENTRY = "Plex for VDR";
class cMyPlugin:public cPlugin
{
private:
+#ifdef SKINDESIGNER
cPlexSdOsd* m_pSdCheck;
static bool bSkindesigner;
+#endif
public:
cMyPlugin(void);