mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
next(android): java3 -> java4
This commit is contained in:
@@ -376,7 +376,7 @@ class AsyncServiceHelper
|
||||
else
|
||||
{
|
||||
// If the dependencies list is not defined or empty.
|
||||
String AbsLibraryPath = Path + File.separator + "libopencv_java3.so";
|
||||
String AbsLibraryPath = Path + File.separator + "libopencv_java4.so";
|
||||
result = loadLibrary(AbsLibraryPath);
|
||||
}
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ class StaticHelper {
|
||||
else
|
||||
{
|
||||
// If dependencies list is not defined or empty.
|
||||
result = loadLibrary("opencv_java3");
|
||||
result = loadLibrary("opencv_java4");
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user