Extract AVC dependencies on all platforms

This commit is contained in:
Cameron Gutman
2014-01-01 15:58:53 -06:00
parent 584e4ce939
commit 5aba138565

View File

@@ -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