diff --git a/Limelight/Stream/Connection.m b/Limelight/Stream/Connection.m index 9679260..9a085eb 100644 --- a/Limelight/Stream/Connection.m +++ b/Limelight/Stream/Connection.m @@ -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); } diff --git a/limelight-common-c b/limelight-common-c index 91f0351..7fb3ef3 160000 --- a/limelight-common-c +++ b/limelight-common-c @@ -1 +1 @@ -Subproject commit 91f0351671960711650752706228e69f5d122aea +Subproject commit 7fb3ef3f794e7cd96271e583bbc2307bab1dd1e0