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 ccd69be18..bc995c466 100644 --- a/src/neutrino.h +++ b/src/neutrino.h @@ -181,10 +181,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....