changed build system

This commit is contained in:
louis
2013-12-07 15:51:50 +01:00
parent 9eabdcd209
commit 8aa2c81d31
49 changed files with 1365 additions and 1272 deletions

View File

@@ -1,3 +1,9 @@
#ifndef REMOTETIMERSERVICES_INC
#define REMOTETIMERSERVICES_INC
#include <vdr/epg.h>
#include <vdr/timers.h>
// RemoteTimers services
struct RemoteTimers_Event_v1_0 {
//in
@@ -22,4 +28,6 @@ struct RemoteTimers_Timer_v1_0 {
cTimer *timer;
//out
cString errorMsg;
};
};
#endif //REMOTETIMERSERVICES_INC

View File

@@ -1,3 +1,10 @@
#ifndef __TVGUIDE_TVSCRAPER_H
#define __TVGUIDE_TVSCRAPER_H
#include <string>
#include <vector>
#include <vdr/epg.h>
enum tvMediaType {
typeSeries,
typeMovie,
@@ -53,4 +60,6 @@ struct TVScraperGetFullInformation
std::vector<tvMedia> fanart;
std::vector<tvActor> actors;
std::string description;
};
};
#endif //__TVGUIDE_TVSCRAPER_H