summaryrefslogtreecommitdiff
path: root/Directory.cpp
diff options
context:
space:
mode:
authorChristian <zerov83@gmail.com>2016-02-13 21:39:23 +0100
committerChristian <zerov83@gmail.com>2016-02-13 21:39:23 +0100
commit96a27aa661e2e5562dd9fac1b8eadf0304f92da1 (patch)
tree37d5ba75017552e71524be02c563aa97311b83ff /Directory.cpp
parent63f30c89b51e54301d5dbfa981dc95e8f11af6c5 (diff)
downloadvdr-plugin-plex-96a27aa661e2e5562dd9fac1b8eadf0304f92da1.tar.gz
vdr-plugin-plex-96a27aa661e2e5562dd9fac1b8eadf0304f92da1.tar.bz2
define for compiling without libskindesiger.
Use 'make DISABLESKINDESIGNER=1'
Diffstat (limited to 'Directory.cpp')
-rw-r--r--Directory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Directory.cpp b/Directory.cpp
index 6f58091..6d3d370 100644
--- a/Directory.cpp
+++ b/Directory.cpp
@@ -1,7 +1,6 @@
#include "Directory.h"
#include <vdr/i18n.h>
#include <Poco/Format.h>
-#include "pictureCache.h"
namespace plexclient
{
@@ -72,6 +71,7 @@ std::string Directory::GetTitle()
}
}
+#ifdef SKINDESIGNER
void Directory::AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> grid, bool clear, std::function<void(cGridElement*)> OnCached)
{
if(clear) grid->ClearTokens();
@@ -154,6 +154,7 @@ void Directory::AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> grid, bo
}
}
}
+#endif
std::string Directory::ArtUri()
{