opencv/modules
Ricardo Ribalda Delgado 6fc5697950 ocl: Fix OpenCL library detection in Linux
OpenCL runtime does not require OpenCL development file (libOpenCL.so),
just the "run" library (so.1).

This patch searches for the run library (so.1) if the dev library (.so)
is not found.

Web search shows that this error has been present since at least 2015
http://answers.opencv.org/question/80532/haveopencl-return-false/

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
2017-08-23 16:38:06 +02:00
..
calib3d suppress warning message 2017-08-14 08:26:06 +09:00
core ocl: Fix OpenCL library detection in Linux 2017-08-23 16:38:06 +02:00
cudaarithm suppress warning on Jetson TK1 2017-06-15 18:28:13 +09:00
cudabgsegm Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudacodec build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
cudafeatures2d test: fix cuda build 2016-11-29 01:18:10 +03:00
cudafilters Remove redundant precomp.hpp and using-namespace 2017-05-14 21:35:53 +09:00
cudaimgproc Merge pull request #8367 from khnaba:cuda-calchist-with-mask 2017-03-15 09:34:00 +00:00
cudalegacy Rewritten some tests in videoio and imgcodecs modules 2017-06-20 18:20:41 +03:00
cudaobjdetect Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
cudaoptflow Merge pull request #9075 from TonyLianLong:master 2017-07-03 16:14:17 +00:00
cudastereo test: fix cuda build 2016-11-29 01:18:10 +03:00
cudawarping Fixed identifiers warns 2016-09-30 15:16:29 +05:30
cudev cmake: CMP0022 NEW 2017-08-19 15:15:05 +00:00
dnn Unit tests for TensorFlow importer 2017-08-03 11:29:48 +03:00
features2d Merge pull request #9330 from hrnr:akaze_ocl 2017-08-16 16:46:11 +00:00
flann flann: fix out of buffer access 2017-07-26 18:17:03 +03:00
highgui fix description of setTrackbarMin 2017-08-21 12:47:04 +02:00
imgcodecs cmake: CMP0022 NEW 2017-08-19 15:15:05 +00:00
imgproc Merge pull request #9379 from berak:imgproc_hanning 2017-08-16 10:28:19 +00:00
java cmake: CMP0026 NEW 2017-08-19 15:15:05 +00:00
ml Prevent crash when attempting to create training data without responses. 2017-06-30 15:36:47 +02:00
objdetect some improvements on tutorials 2017-07-29 20:08:19 +03:00
photo Merge pull request #9303 from alalek:akaze_update 2017-08-03 17:17:03 +00:00
python cmake: CMP0022 NEW 2017-08-19 15:15:05 +00:00
shape some improvements on tutorials 2017-07-29 20:08:19 +03:00
stitching Merge pull request #9210 from whizzzkid/fixing-cuda 2017-08-17 16:32:53 +00:00
superres Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
ts features2d(test): more AKAZE tests 2017-08-03 22:54:45 +00:00
video Merge pull request #9235 from sturkmen72:patch-3 2017-08-03 17:04:28 +00:00
videoio cmake: CMP0022 NEW 2017-08-19 15:15:05 +00:00
videostab Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
viz vtk: eliminate 'override' build warning 2017-08-19 16:05:52 +00:00
world build: update modules descriptions 2017-06-20 15:45:23 +03:00
CMakeLists.txt