mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed compiling fur unpatched VDR
This commit is contained in:
parent
8d5cc2b81f
commit
c0ab674dfb
1
HISTORY
1
HISTORY
@ -423,3 +423,4 @@ Version 0.6.3
|
|||||||
|
|
||||||
Version 0.7.0
|
Version 0.7.0
|
||||||
|
|
||||||
|
- fixed compiling fur unpatched VDR
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
#ifndef __DISPLAYMENU_H
|
#ifndef __DISPLAYMENU_H
|
||||||
#define __DISPLAYMENU_H
|
#define __DISPLAYMENU_H
|
||||||
#include "libskindesignerapi/skindesignerapi.h"
|
|
||||||
#include "libtemplate/template.h"
|
|
||||||
#include "views/displaymenurootview.h"
|
|
||||||
|
|
||||||
#if defined(APIVERSNUM) && APIVERSNUM < 20301
|
#if defined(APIVERSNUM) && APIVERSNUM < 20301
|
||||||
#ifndef MENU_ORIENTATION_DEFINED
|
#ifndef MENU_ORIENTATION_DEFINED
|
||||||
@ -13,6 +10,10 @@ enum eMenuOrientation {
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "libskindesignerapi/skindesignerapi.h"
|
||||||
|
#include "libtemplate/template.h"
|
||||||
|
#include "views/displaymenurootview.h"
|
||||||
|
|
||||||
enum eViewState {
|
enum eViewState {
|
||||||
vsInit,
|
vsInit,
|
||||||
vsMenuInit,
|
vsMenuInit,
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#define __STL_CONFIG_H
|
#define __STL_CONFIG_H
|
||||||
#include <vdr/menu.h>
|
#include <vdr/menu.h>
|
||||||
|
#include "../displaymenu.h"
|
||||||
#include "displayaudiotracksview.h"
|
#include "displayaudiotracksview.h"
|
||||||
|
|
||||||
cDisplayAudiotracksView::cDisplayAudiotracksView(int numTracks, cTemplateView *tmplView) : cView(tmplView) {
|
cDisplayAudiotracksView::cDisplayAudiotracksView(int numTracks, cTemplateView *tmplView) : cView(tmplView) {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <vdr/menu.h>
|
#include <vdr/menu.h>
|
||||||
|
#include "../displaymenu.h"
|
||||||
#include "displaymenulistview.h"
|
#include "displaymenulistview.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#define __STL_CONFIG_H
|
#define __STL_CONFIG_H
|
||||||
#include <vdr/menu.h>
|
#include <vdr/menu.h>
|
||||||
|
#include "../displaymenu.h"
|
||||||
#include "displaymenurootview.h"
|
#include "displaymenurootview.h"
|
||||||
#include "displayviewelements.h"
|
#include "displayviewelements.h"
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#define __STL_CONFIG_H
|
#define __STL_CONFIG_H
|
||||||
#include <vdr/menu.h>
|
#include <vdr/menu.h>
|
||||||
#include <vdr/videodir.h>
|
#include <vdr/videodir.h>
|
||||||
|
#include "../displaymenu.h"
|
||||||
#include "displaymenuview.h"
|
#include "displaymenuview.h"
|
||||||
#include "displayviewelements.h"
|
#include "displayviewelements.h"
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user