fix generic compile

Origin commit data
------------------
Branch: master
Commit: 188ea2f269
Author: TangoCash <eric@loxat.de>
Date: 2021-08-30 (Mon, 30 Aug 2021)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2021-08-30 21:03:54 +02:00
committed by vanhofen
parent bfabd54d2b
commit 7248fc0a3a
2 changed files with 10 additions and 0 deletions

View File

@@ -78,6 +78,12 @@ class cAudio : public OpenThreads::Thread
{
return NULL;
};
void setAVInput(int val)
{
return;
};
/* shut up */
int mute(bool remember = true)
{