mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
- fix build; broken since 9303665
Signed-off-by: Markus Volk <f_l_k@t-online.de>
This commit is contained in:
@@ -333,14 +333,12 @@ const CMenuOptionChooser::keyval VIDEOMENU_DBDR_OPTIONS[VIDEOMENU_DBDR_OPTION_CO
|
|||||||
{ 2, LOCALE_VIDEOMENU_DBDR_BOTH }
|
{ 2, LOCALE_VIDEOMENU_DBDR_BOTH }
|
||||||
};
|
};
|
||||||
|
|
||||||
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
|
||||||
#define VIDEOMENU_ZAPPINGMODE_OPTION_COUNT 2
|
#define VIDEOMENU_ZAPPINGMODE_OPTION_COUNT 2
|
||||||
CMenuOptionChooser::keyval VIDEOMENU_ZAPPINGMODE_OPTIONS[VIDEOMENU_ZAPPINGMODE_OPTION_COUNT] =
|
CMenuOptionChooser::keyval VIDEOMENU_ZAPPINGMODE_OPTIONS[VIDEOMENU_ZAPPINGMODE_OPTION_COUNT] =
|
||||||
{
|
{
|
||||||
{ 0, LOCALE_VIDEOMENU_ZAPPINGMODE_MUTE },
|
{ 0, LOCALE_VIDEOMENU_ZAPPINGMODE_MUTE },
|
||||||
{ 1, LOCALE_VIDEOMENU_ZAPPINGMODE_HOLD }
|
{ 1, LOCALE_VIDEOMENU_ZAPPINGMODE_HOLD }
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
|
|
||||||
int CVideoSettings::showVideoSetup()
|
int CVideoSettings::showVideoSetup()
|
||||||
{
|
{
|
||||||
|
@@ -222,9 +222,7 @@ struct SNeutrinoSettings
|
|||||||
int record_safety_time_before;
|
int record_safety_time_before;
|
||||||
int record_safety_time_after;
|
int record_safety_time_after;
|
||||||
int zapto_pre_time;
|
int zapto_pre_time;
|
||||||
#if HAVE_ARM_HARDWARE || HAVE_MIPS_HARDWARE
|
|
||||||
int zappingmode;
|
int zappingmode;
|
||||||
#endif
|
|
||||||
int infobar_sat_display;
|
int infobar_sat_display;
|
||||||
int infobar_show_channeldesc;
|
int infobar_show_channeldesc;
|
||||||
int infobar_subchan_disp_pos;
|
int infobar_subchan_disp_pos;
|
||||||
|
Reference in New Issue
Block a user