Why does OpenCV link IPP statically?

asked 2014-11-17 08:15:37 -0600

boaz001 gravatar image

By default OpenCV links statically to IPP. What is the reason for doing so?

In my application I prefer to link OpenCV to IPP dynamically so I modified the CMakefile that finds IPP. This works, but I'd like to know if there is a catch or a very good reason to not do this.

edit retag flag offensive close merge delete