webtv/webradio: move defines for webtv and webradio path to a more appropriate place

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: ni/coolstream
Commit: 3c9db35cd0
Author: J. Krieg <bellum07@googlemail.com>
Date: 2018-11-22 (Thu, 22 Nov 2018)



------------------
This commit was generated by Migit
This commit is contained in:
J. Krieg
2018-11-22 00:00:28 +01:00
committed by vanhofen
parent 374c80474d
commit eff4683a81
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,6 @@
#include <dirent.h> #include <dirent.h>
#include <mymenu.h> #include <mymenu.h>
#include <system/helpers.h> #include <system/helpers.h>
#include <zapit/settings.h>
CWebTVSetup::CWebTVSetup() CWebTVSetup::CWebTVSetup()
{ {

View File

@@ -28,6 +28,9 @@
#include <string.h> #include <string.h>
#include <gui/widget/menue.h> #include <gui/widget/menue.h>
#define WEBTV_XML CONFIGDIR "/webtv_usr.xml"
#define WEBRADIO_XML CONFIGDIR "/webradio_usr.xml"
class CWebTVSetup : public CMenuTarget, CChangeObserver //NI class CWebTVSetup : public CMenuTarget, CChangeObserver //NI
{ {
private: private:

View File

@@ -48,8 +48,6 @@
#define CABLES_XML CONFIGDIR "/cables.xml" #define CABLES_XML CONFIGDIR "/cables.xml"
#define SATELLITES_XML CONFIGDIR "/satellites.xml" #define SATELLITES_XML CONFIGDIR "/satellites.xml"
#define TERRESTRIAL_XML CONFIGDIR "/terrestrial.xml" #define TERRESTRIAL_XML CONFIGDIR "/terrestrial.xml"
#define WEBTV_XML CONFIGDIR "/webtv_usr.xml"
#define WEBRADIO_XML CONFIGDIR "/webradio_usr.xml"
#if HAVE_TRIPLEDRAGON == 0 #if HAVE_TRIPLEDRAGON == 0
#define AUDIO_DEVICE "/dev/dvb/adapter0/audio0" #define AUDIO_DEVICE "/dev/dvb/adapter0/audio0"