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

Merge pull request #2563 from alalek:ipp_builds

This commit is contained in:
Andrey Pavlenko
2014-04-07 13:03:10 +04:00
committed by OpenCV Buildbot
8 changed files with 189 additions and 322 deletions
-12
View File
@@ -52,18 +52,6 @@
namespace cv
{
#if ARITHM_USE_IPP
struct IPPArithmInitializer
{
IPPArithmInitializer(void)
{
ippStaticInit();
}
};
IPPArithmInitializer ippArithmInitializer;
#endif
struct NOP {};
#if CV_SSE2