mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
cec-setup: fix segfaults on non-ARM_HARDWARE
Origin commit data
------------------
Commit: d24455f732
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-10-25 (Thu, 25 Oct 2018)
Origin message was:
------------------
- cec-setup: fix segfaults on non-ARM_HARDWARE
This commit is contained in:
@@ -133,7 +133,9 @@ bool CCECSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*/
|
||||
printf("[neutrino CEC Settings] %s set CEC settings...\n", __FUNCTION__);
|
||||
cec1->setActive(g_settings.hdmi_cec_mode != VIDEO_HDMI_CEC_MODE_OFF);
|
||||
cec2->setActive(g_settings.hdmi_cec_mode != VIDEO_HDMI_CEC_MODE_OFF);
|
||||
#if HAVE_ARM_HARDWARE
|
||||
cec3->setActive(g_settings.hdmi_cec_mode != VIDEO_HDMI_CEC_MODE_OFF);
|
||||
#endif
|
||||
videoDecoder->SetCECMode((VIDEO_HDMI_CEC_MODE)g_settings.hdmi_cec_mode);
|
||||
}
|
||||
else if (ARE_LOCALES_EQUAL(OptionName, LOCALE_VIDEOMENU_HDMI_CEC_STANDBY))
|
||||
|
Reference in New Issue
Block a user