fix generic compile

Origin commit data
------------------
Branch: master
Commit: ae97092333
Author: Frankenstone <dampf_acc@online.de>
Date: 2021-02-01 (Mon, 01 Feb 2021)


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

------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2021-02-01 07:38:30 +01:00
committed by vanhofen
parent c7b11a5c1e
commit bcc07f2813
3 changed files with 8 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ class cVideo : public OpenThreads::Thread
void SetCECAutoView(bool) { return; };
void SetCECAutoStandby(bool) { return; };
int GetAudioDestination() { return 0; };
void SetAudioDestination(int audio_dest) { };
void SetAudioDestination(int audio_dest) { return; };
void StopPicture();
void Standby(unsigned int bOn);
void Pig(int x, int y, int w, int h, int osd_w = 1064, int osd_h = 600, int startx = 0, int starty = 0, int endx = 1279, int endy = 719);