ipp 8.0 latest opencv build error (Bug #3251)
Description
last opencv branch 2.4 doesn't compile with ipp 8.0 under VS windows 7.
The problem is that it tries to link with ippvm_l.lib which (I guess) is not part of ipp anymore.
I don't know the new lib that replaces ippvm_l.lib in ipp 8.0
Associated revisions
Merge pull request #3251 from a-wi:MSMF_camera_errors
History
Updated by Anna Kogan over 11 years ago
Hello git gat,
Thank you for reporting! That seems to be a serious issue. Alexander, could you please think about possible fixes?
- Assignee set to Alexander Smorkalov
- Status changed from New to Open
Updated by Alexander Smorkalov over 11 years ago
- Assignee changed from Alexander Smorkalov to Vadim Pisarevsky
Updated by Christoph Gohlke over 11 years ago
From the "Intel Integrated Performance Primitives (Intel IPP) Library 8.0 Release Notes" at http://software.intel.com/en-us/intel-ipp-80-library-release-notes:
Substantial distribution package reconfiguration
Main package changes
* Intel IPP library "_l" and "_t" suffixes removed. A new OS native convention is now implemented: Windows static libraries now have an "mt" suffix for both single and multi-threaded libraries.
I was able to build OpenCV 2.4.6 with IPP_SUFFIX "mt" in OpenCVFindIPP.cmake.
Updated by Vladislav Vinogradov over 11 years ago
Hello git gat,
The fix for IPP 8.0 was merged both to 2.4 and master branches:
https://github.com/Itseez/opencv/pull/1269
Could you pull the latest code and check if the issue was fixed?
- Assignee changed from Vadim Pisarevsky to git gat
- Pull request set to https://github.com/Itseez/opencv/pull/1269
Updated by Dmitry Retinskiy over 11 years ago
- Status changed from Open to Done
- Affected version changed from branch '2.4' to 2.4.6 (latest release)