mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 10:31:02 +00:00
Fix iOS build with new common
This commit is contained in:
@@ -408,7 +408,18 @@ static OSStatus playbackCallback(void *inRefCon,
|
||||
|
||||
-(void) main
|
||||
{
|
||||
LiStartConnection(_host, &_streamConfig, &_clCallbacks, &_drCallbacks, &_arCallbacks, NULL, 0);
|
||||
PLATFORM_CALLBACKS dummyPlCallbacks;
|
||||
|
||||
// Only used on Windows
|
||||
dummyPlCallbacks.threadStart = NULL;
|
||||
|
||||
LiStartConnection(_host,
|
||||
&_streamConfig,
|
||||
&_clCallbacks,
|
||||
&_drCallbacks,
|
||||
&_arCallbacks,
|
||||
&dummyPlCallbacks,
|
||||
NULL, 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Submodule limelight-common-c updated: 91f0351671...7fb3ef3f79
Reference in New Issue
Block a user