fixed some possible compiling errors

This commit is contained in:
louis 2016-02-01 17:02:07 +01:00
parent 9d2206fc59
commit 0aecaca5f8
6 changed files with 4 additions and 6 deletions

View File

@ -46,6 +46,7 @@ SOFILE = libvdr-$(PLUGIN).so
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' $(CONFIG)
DEFINES += $(shell xml2-config --cflags)
DEFINES += -DSCRIPTFOLDER='"$(SKINDESIGNER_SCRIPTDIR)"'
DEFINES += -D__STL_CONFIG_H
INCLUDES += $(shell pkg-config --cflags freetype2 fontconfig)
INCLUDES += $(shell pkg-config --cflags librsvg-2.0 cairo-png) -ljpeg

View File

@ -1,4 +1,3 @@
#define __STL_CONFIG_H
#include "attribute.h"
#include "../config.h"

View File

@ -1,4 +1,3 @@
#define __STL_CONFIG_H
#include "viewelementsdisplaymenu.h"
#include "../config.h"
#include <vdr/videodir.h>

View File

@ -1,4 +1,3 @@
#define __STL_CONFIG_H
#include "displayreplay.h"
cSDDisplayReplay::cSDDisplayReplay(cViewReplay *replayView, bool ModeOnly) {

View File

@ -3,7 +3,7 @@
#include <string>
#include <map>
#include "libskindesignerapi/skindesignerapi.h"
#include "../libskindesignerapi/skindesignerapi.h"
using namespace std;
@ -68,4 +68,4 @@ public:
skindesignerapi::cTokenContainer *GetTokenContainerTab(int plugId, int viewId);
};
#endif //__PLUGINMANAGER_H
#endif //__PLUGINMANAGER_H

View File

@ -161,7 +161,7 @@ class cServiceHandler
struct Epgsearch_services_v1_0
{
// in/out
std::auto_ptr<cServiceHandler> handler;
std::unique_ptr<cServiceHandler> handler;
};
#endif