mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-22 16:16:39 +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");
|
LimeLog.warning("Use local opus library");
|
||||||
} catch(IOException e) {
|
} catch(IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
} catch (UnsatisfiedLinkError e) {
|
||||||
|
//Use system opus library
|
||||||
}
|
}
|
||||||
|
|
||||||
return new AlsaAudioRenderer(device);
|
return new AlsaAudioRenderer(device);
|
||||||
|
|||||||
Reference in New Issue
Block a user