- fix cst build

This commit is contained in:
vanhofen
2022-11-19 14:03:07 +01:00
committed by Thilo Graf
parent 382bdf030b
commit 7711ef75c5
2 changed files with 1 additions and 2 deletions

View File

@@ -157,7 +157,6 @@ void CCECSetup::setCECSettings()
#else
videoDecoder->SetCECAutoStandby(g_settings.hdmi_cec_standby == 1);
videoDecoder->SetCECAutoView(g_settings.hdmi_cec_view_on == 1);
videoDecoder->SetAudioDestination(g_settings.hdmi_cec_volume);
videoDecoder->SetCECMode((VIDEO_HDMI_CEC_MODE)g_settings.hdmi_cec_mode);
#endif
}