mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-03 06:26:04 +00:00
Use local opus library if local not found
This commit is contained in:
@@ -62,6 +62,8 @@ public class PlatformBinding {
|
||||
LimeLog.warning("Use local opus library");
|
||||
} catch(IOException e) {
|
||||
e.printStackTrace();
|
||||
} catch (UnsatisfiedLinkError e) {
|
||||
//Use system opus library
|
||||
}
|
||||
|
||||
return new AlsaAudioRenderer(device);
|
||||
|
||||
Reference in New Issue
Block a user