pull/26451/head
Rostislav Vasilikhin 3 months ago
parent 37c2af63f0
commit 641f43dd48
  1. 2
      modules/core/src/opencl/runtime/opencl_core.cpp

@ -204,7 +204,7 @@ static void* GetProcAddress(const char* name)
{ {
const std::string path = (i==0) ? getRuntimePath(defaultAndroidPaths[i]) : defaultAndroidPaths[i]; const std::string path = (i==0) ? getRuntimePath(defaultAndroidPaths[i]) : defaultAndroidPaths[i];
if (!path.empty()) { if (!path.empty()) {
handle = GetHandle(path); handle = GetHandle(path.c_str());
if (handle) { if (handle) {
foundOpenCL = true; foundOpenCL = true;
break; break;

Loading…
Cancel
Save