mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-04 00:36:01 +00:00
Use local opus library if local not found
This commit is contained in:
parent
d14c5075e3
commit
28967525e9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user