From 7711ef75c57464dcfa968846fda8c3a1f174b1ba Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 19 Nov 2022 14:03:07 +0100 Subject: [PATCH] - fix cst build --- src/gui/cec_setup.cpp | 1 - src/neutrino.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/cec_setup.cpp b/src/gui/cec_setup.cpp index f0135d0f5..c817159a1 100644 --- a/src/gui/cec_setup.cpp +++ b/src/gui/cec_setup.cpp @@ -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 } diff --git a/src/neutrino.h b/src/neutrino.h index 08952cb1b..4d2e11b63 100644 --- a/src/neutrino.h +++ b/src/neutrino.h @@ -179,10 +179,10 @@ public: bool avinput_pip; void StartAVInputPiP(); void StopAVInputPiP(); +#endif int pip_recalc_pos_x(int x); int pip_recalc_pos_y(int y); void pip_rotate(int cw); -#endif #endif //callback stuff only....