Merge pull request #15437 from devnexen:fbsd_opencl_build_fix

pull/15449/head
Alexander Alekhin 5 years ago
commit 7e46766c8d
  1. 2
      modules/core/src/opencl/runtime/opencl_core.cpp

@ -155,7 +155,7 @@ static void* WinGetProcAddress(const char* name)
#define CV_CL_GET_PROC_ADDRESS(name) WinGetProcAddress(name)
#endif // _WIN32
#if defined(__linux__)
#if defined(__linux__) || defined(__FreeBSD__)
#include <dlfcn.h>
#include <stdio.h>

Loading…
Cancel
Save