workaround bogaudio missing symbol
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
74667a36a0
commit
a22b588472
3 changed files with 23 additions and 24 deletions
|
|
@ -27,16 +27,6 @@ void refreshTheme();
|
|||
|
||||
#include "nanovg.h"
|
||||
|
||||
// fix bogaudio build, another missing symbol
|
||||
#ifndef NDEBUG
|
||||
namespace bogaudio {
|
||||
struct FollowerBase {
|
||||
static float efGainMaxDecibelsDebug;
|
||||
};
|
||||
float FollowerBase::efGainMaxDecibelsDebug = 12.0f;
|
||||
}
|
||||
#endif
|
||||
|
||||
// Special nvgRGB for blank panels
|
||||
extern "C" {
|
||||
NVGcolor nvgRGBblank(const unsigned char r, const unsigned char g, const unsigned char b)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue