mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-01 23:35:47 +00:00
Fix gcc-10 compilation (fno-common flag enabled by default)
This commit is contained in:
parent
957bc49da9
commit
5b6639c8a7
@ -48,7 +48,7 @@ typedef struct _CONFIGURATION {
|
||||
enum codecs codec;
|
||||
} CONFIGURATION, *PCONFIGURATION;
|
||||
|
||||
bool inputAdded;
|
||||
extern bool inputAdded;
|
||||
|
||||
bool config_file_parse(char* filename, PCONFIGURATION config);
|
||||
void config_parse(int argc, char* argv[], PCONFIGURATION config);
|
||||
|
Loading…
x
Reference in New Issue
Block a user