- move LOGODIR and LOGODIR_VAR to global.h

This commit is contained in:
svenhoefer
2015-05-06 10:37:39 +02:00
parent 89a11de651
commit 11ccc53f0b
2 changed files with 3 additions and 3 deletions

View File

@@ -513,9 +513,6 @@ void CPictureViewer::getSize(const char* name, int* width, int *height)
}
}
#define LOGODIR ICONSDIR "/logo"
#define LOGODIR_VAR ICONSDIR_VAR "/logo"
bool CPictureViewer::GetLogoName(const uint64_t& channel_id, const std::string& ChannelName, std::string & name, int *width, int *height)
{
std::string fileType[] = { ".png", ".jpg" , ".gif" };

View File

@@ -52,6 +52,9 @@
#define PLUGINDIR_VAR "/var/tuxbox/plugins"
#define PLUGINDIR_MNT "/mnt/plugins"
#define LOGODIR ICONSDIR "/logo"
#define LOGODIR_VAR ICONSDIR_VAR "/logo"
NEUTRINO_CPP SNeutrinoSettings g_settings;
NEUTRINO_CPP SglobalInfo g_info;