diff --git a/Limelight/Stream/Connection.m b/Limelight/Stream/Connection.m index 9679260..c0152d9 100644 --- a/Limelight/Stream/Connection.m +++ b/Limelight/Stream/Connection.m @@ -408,7 +408,19 @@ 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; + dummyPlCallbacks.debugPrint = NULL; + + LiStartConnection(_host, + &_streamConfig, + &_clCallbacks, + &_drCallbacks, + &_arCallbacks, + &dummyPlCallbacks, + NULL, 0); } diff --git a/limelight-common-c b/limelight-common-c index 71ace09..9143994 160000 --- a/limelight-common-c +++ b/limelight-common-c @@ -1 +1 @@ -Subproject commit 71ace097f8a5904785b978e9b0b73380bbe900c5 +Subproject commit 9143994588db7704ca659cb0ffdc277bd11e41fe