- 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 #else
videoDecoder->SetCECAutoStandby(g_settings.hdmi_cec_standby == 1); videoDecoder->SetCECAutoStandby(g_settings.hdmi_cec_standby == 1);
videoDecoder->SetCECAutoView(g_settings.hdmi_cec_view_on == 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); videoDecoder->SetCECMode((VIDEO_HDMI_CEC_MODE)g_settings.hdmi_cec_mode);
#endif #endif
} }

View File

@@ -179,10 +179,10 @@ public:
bool avinput_pip; bool avinput_pip;
void StartAVInputPiP(); void StartAVInputPiP();
void StopAVInputPiP(); void StopAVInputPiP();
#endif
int pip_recalc_pos_x(int x); int pip_recalc_pos_x(int x);
int pip_recalc_pos_y(int y); int pip_recalc_pos_y(int y);
void pip_rotate(int cw); void pip_rotate(int cw);
#endif
#endif #endif
//callback stuff only.... //callback stuff only....