mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-22 16:16:39 +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;
|
private static boolean librariesExtracted = false;
|
||||||
|
|
||||||
static {
|
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", ".");
|
libraryExtractionFolder = System.getProperty("java.io.tmpdir", ".");
|
||||||
|
|
||||||
// FFMPEG libraries
|
// FFMPEG libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user