mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
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:
@@ -78,6 +78,12 @@ class cAudio : public OpenThreads::Thread
|
|||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void setAVInput(int val)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
};
|
||||||
|
|
||||||
/* shut up */
|
/* shut up */
|
||||||
int mute(bool remember = true)
|
int mute(bool remember = true)
|
||||||
{
|
{
|
||||||
|
@@ -208,6 +208,10 @@ class cVideo : public OpenThreads::Thread
|
|||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
};
|
};
|
||||||
|
void setAVInput(int val)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
};
|
||||||
|
|
||||||
/* aspect ratio */
|
/* aspect ratio */
|
||||||
int getAspectRatio(void);
|
int getAspectRatio(void);
|
||||||
|
Reference in New Issue
Block a user