fix cst build

Origin commit data
------------------
Branch: ni/coolstream
Commit: e5341cba53
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-11-19 (Sat, 19 Nov 2022)

Origin message was:
------------------
- fix cst build

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-11-19 14:03:07 +01:00
parent 8b20ea8229
commit 6f8672f422
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
}

View File

@@ -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....