mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
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:
@@ -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
|
||||
}
|
||||
|
@@ -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....
|
||||
|
Reference in New Issue
Block a user