mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-09 14:48:35 +02:00
- fix cst build
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
|
||||
}
|
||||
|
@@ -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....
|
||||
|
Reference in New Issue
Block a user