mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
webtv/webradio: move defines for webtv and webradio path to a more appropriate place
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
#include <dirent.h>
|
||||
#include <mymenu.h>
|
||||
#include <system/helpers.h>
|
||||
#include <zapit/settings.h>
|
||||
|
||||
CWebTVSetup::CWebTVSetup()
|
||||
{
|
||||
|
@@ -28,6 +28,9 @@
|
||||
#include <string.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
|
||||
{
|
||||
private:
|
||||
|
@@ -48,8 +48,6 @@
|
||||
#define CABLES_XML CONFIGDIR "/cables.xml"
|
||||
#define SATELLITES_XML CONFIGDIR "/satellites.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
|
||||
#define AUDIO_DEVICE "/dev/dvb/adapter0/audio0"
|
||||
|
Reference in New Issue
Block a user