mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 06:52:51 +02:00
fix cst build
Origin commit data
------------------
Branch: ni/coolstream
Commit: 02131db4c4
Author: vanhofen <vanhofen@gmx.de>
Date: 2025-07-21 (Mon, 21 Jul 2025)
Origin message was:
------------------
- fix cst build
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -218,7 +218,9 @@ int CCAMMenuHandler::doMainMenu()
|
||||
#if BOXMODEL_VUPLUS_ALL
|
||||
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_RPR, &g_settings.ci_rpr[i], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this));
|
||||
#endif
|
||||
#if HAVE_LIBSTB_HAL
|
||||
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_OP, &g_settings.ci_op[i], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this));
|
||||
#endif
|
||||
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_IGNORE_MSG, &g_settings.ci_ignore_messages[i], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true));
|
||||
cammenu->addItem(new CMenuOptionChooser(LOCALE_CI_SAVE_PINCODE, &g_settings.ci_save_pincode[i], OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, this));
|
||||
} else {
|
||||
|
@@ -2816,10 +2816,12 @@ bool CZapit::Start(Z_start_arg *ZapStart_arg)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if HAVE_LIBSTB_HAL
|
||||
// ci operator mode
|
||||
for (unsigned int i = 0; i < ca->GetNumberCISlots(); i++) {
|
||||
ca->SetCIOperator(ZapStart_arg->ci_op[i], i);
|
||||
}
|
||||
#endif
|
||||
|
||||
ca->Start();
|
||||
|
||||
|
Reference in New Issue
Block a user