opencv/modules/core
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
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 core: fix memcpy with zero size 2017-08-17 18:30:31 +03:00
misc/java core: empty() for Rect/Size templates 2017-08-01 17:19:18 +03:00
perf core(perf): added Hamming tests 2017-07-01 00:49:18 +00:00
src ocl: Fix OpenCL library detection in Linux 2017-08-23 16:38:06 +02:00
test Merge pull request #9329 from savuor:softfloat_sincos 2017-08-15 09:23:26 +00:00
CMakeLists.txt cmake: CMP0022 NEW 2017-08-19 15:15:05 +00:00