Updated by Alexander Shishkov about 13 years ago

Enhancement request: Add a CMake configuration option that allows selection between the current IPP 'lib' linkage mode and a NEW 'sharedlib' IPP linkage mode. This option would only be available if USE_IPP was also set.
This enhancement would facilitate better integration with applications that are already using the IPP dlls/so files. This would further allow in-place upgrades to IPP without changing the OpenCV [[OpenCV]] libraries. For instance, if you were using IPP 6.1 update2, you could upgrade to the IPP 6.1 update4 DLLs without any changes to OpenCV. [[OpenCV]].

Back