mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 18:41:00 +00:00
Extract AVC dependencies on all platforms
This commit is contained in:
@@ -15,7 +15,8 @@ public class LibraryHelper {
|
||||
private static boolean librariesExtracted = false;
|
||||
|
||||
static {
|
||||
needsDependencyExtraction = System.getProperty("os.name", "").contains("Windows");
|
||||
// Windows and OS X need this, but we might as well do it for everybody
|
||||
needsDependencyExtraction = true;
|
||||
libraryExtractionFolder = System.getProperty("java.io.tmpdir", ".");
|
||||
|
||||
// FFMPEG libraries
|
||||
|
||||
Reference in New Issue
Block a user