mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Fixed the dlls
This commit is contained in:
parent
8a92f843b1
commit
918a7ac083
@ -126,9 +126,9 @@ public class ImageUtils {
|
|||||||
if (OpenCvLoader.openCvIsLoaded()) {
|
if (OpenCvLoader.openCvIsLoaded()) {
|
||||||
try {
|
try {
|
||||||
if (System.getProperty("os.arch").equals("amd64") || System.getProperty("os.arch").equals("x86_64")) { //NON-NLS
|
if (System.getProperty("os.arch").equals("amd64") || System.getProperty("os.arch").equals("x86_64")) { //NON-NLS
|
||||||
System.loadLibrary("opencv_ffmpeg248_64"); //NON-NLS
|
System.loadLibrary("opencv_ffmpeg3416_64"); //NON-NLS
|
||||||
} else {
|
} else {
|
||||||
System.loadLibrary("opencv_ffmpeg248"); //NON-NLS
|
System.loadLibrary("opencv_ffmpeg3416"); //NON-NLS
|
||||||
}
|
}
|
||||||
tempFfmpegLoaded = true;
|
tempFfmpegLoaded = true;
|
||||||
} catch (UnsatisfiedLinkError e) {
|
} catch (UnsatisfiedLinkError e) {
|
||||||
|
BIN
thirdparty/opencv/lib/amd64/opencv_ffmpeg3416_64.dll
vendored
Executable file
BIN
thirdparty/opencv/lib/amd64/opencv_ffmpeg3416_64.dll
vendored
Executable file
Binary file not shown.
BIN
thirdparty/opencv/lib/amd64/opencv_java3416.dll
vendored
Executable file
BIN
thirdparty/opencv/lib/amd64/opencv_java3416.dll
vendored
Executable file
Binary file not shown.
BIN
thirdparty/opencv/lib/i386/opencv_java3416.dll
vendored
Executable file
BIN
thirdparty/opencv/lib/i386/opencv_java3416.dll
vendored
Executable file
Binary file not shown.
BIN
thirdparty/opencv/lib/i586/opencv_java3416.dll
vendored
Executable file
BIN
thirdparty/opencv/lib/i586/opencv_java3416.dll
vendored
Executable file
Binary file not shown.
BIN
thirdparty/opencv/lib/i686/opencv_java3416.dll
vendored
Executable file
BIN
thirdparty/opencv/lib/i686/opencv_java3416.dll
vendored
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user