mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fixed the dlls
This commit is contained in:
parent
8a92f843b1
commit
918a7ac083
@ -126,9 +126,9 @@ public class ImageUtils {
|
||||
if (OpenCvLoader.openCvIsLoaded()) {
|
||||
try {
|
||||
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 {
|
||||
System.loadLibrary("opencv_ffmpeg248"); //NON-NLS
|
||||
System.loadLibrary("opencv_ffmpeg3416"); //NON-NLS
|
||||
}
|
||||
tempFfmpegLoaded = true;
|
||||
} 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