mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-30 09:46:54 +00:00
fix build
This commit is contained in:
parent
f8c2fa81ec
commit
daf569a6d0
@ -163,7 +163,7 @@ main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
auto platf_deinit_guard = platf::init();
|
||||
auto memory = init_shared_memory(argv[2]);
|
||||
auto queue = init_shared_memory(argv[2]);
|
||||
if (!platf_deinit_guard) {
|
||||
BOOST_LOG(error) << "Platform failed to initialize"sv;
|
||||
return StatusCode::NO_ENCODER_AVAILABLE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user