move PLUGINDIR_VAR to global.h to avoid some hardcoded paths

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e6d7ad765
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-06 (Wed, 06 May 2015)

Origin message was:
------------------
- move PLUGINDIR_VAR to global.h to avoid some hardcoded paths

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-05-06 10:34:24 +02:00
parent c2486e880b
commit c095a9cbd5
4 changed files with 8 additions and 7 deletions

View File

@@ -74,9 +74,6 @@ extern cVideo * videoDecoder;
extern CPlugins * g_PluginList; /* neutrino.cpp */
extern CRemoteControl * g_RemoteControl; /* neutrino.cpp */
#define PLUGINDIR_VAR "/var/tuxbox/plugins"
#define PLUGINDIR_MNT "/mnt/plugins"
CPlugins::CPlugins()
{
frameBuffer = NULL;