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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user