Multiple definitiion of cv::ocl::finish() (Bug #3369)
Description
This function is declared in ocl.cpp and cl_operations.ccp
=> linking errors.
Associated revisions
Merge pull request #3369 from vbystricky:fix_scaleAdd
History
Updated by Ivan Korolev over 11 years ago
Hi Philippe,
thank you for the bug report. Could you please investigate and try to fix this issue? It would be really appreciated! More information about "How to contribute" you can find here http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute.
- Status changed from New to Open
- Assignee changed from Vadim Pisarevsky to Philippe FOUBERT
Updated by Peter Andreas Entschev over 11 years ago
I think this problem is solved, the finish() method was renamed to finish2() in the newest version of ocl.cpp . Perhaps it's just a temporary solution, but here I get no linking errors.
- % Done changed from 0 to 50
Updated by Philippe FOUBERT over 11 years ago
The problem is not present anymore.
- Status changed from Open to Done
Updated by Ilya Lavrenov about 11 years ago
- Target version set to 3.0-alpha
- Assignee changed from Philippe FOUBERT to Vadim Pisarevsky
- Pull request set to https://github.com/Itseez/opencv/pull/1824
- Difficulty set to Easy
- % Done changed from 50 to 100