Merge pull request #4140 from mshabunin:fix-java-package

This commit is contained in:
Alexander Alekhin
2015-06-20 14:20:54 +00:00
3 changed files with 4 additions and 3 deletions

View File

@@ -376,7 +376,7 @@ class AsyncServiceHelper
else
{
// If the dependencies list is not defined or empty.
String AbsLibraryPath = Path + File.separator + "libopencv_java.so";
String AbsLibraryPath = Path + File.separator + "libopencv_java3.so";
result &= loadLibrary(AbsLibraryPath);
}

View File

@@ -92,7 +92,7 @@ class StaticHelper {
else
{
// If dependencies list is not defined or empty.
result &= loadLibrary("opencv_java");
result &= loadLibrary("opencv_java3");
}
return result;