1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

ipp: disable compilation with IPP 9+

This commit is contained in:
Alexander Alekhin
2016-11-29 00:54:15 +03:00
parent 3d8395cae9
commit 2d28bb4171
2 changed files with 12 additions and 9 deletions
@@ -104,6 +104,10 @@ CV_INLINE IppiSize ippiSize(const cv::Size & _size)
return size;
}
#if IPP_VERSION_MAJOR >= 9 // IPP 9+ is not supported
#undef HAVE_IPP
#undef IPP_VERSION_MAJOR
#endif
#endif
#ifndef IPPI_CALL