1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

edited misprint

This commit is contained in:
Ilya Lavrenov
2012-09-24 14:18:54 +04:00
parent 0e07b0d73a
commit 33983bcbb7
+2 -2
View File
@@ -1400,12 +1400,12 @@ struct DecimateAlpha
};
#ifdef __APPLE__
#define HAVE_GDC
#define HAVE_GCD
#elif defined _MSC_VER && _MSC_VER >= 1600
#define HAVE_CONCURRENCY
#endif
#if defined(HAVE_TBB) || defined(HAVE_OPENMP) || defined(HAVE_GDC) || defined(HAVE_CONCURRENCY)
#if defined(HAVE_TBB) || defined(HAVE_OPENMP) || defined(HAVE_GCD) || defined(HAVE_CONCURRENCY)
#define HAVE_PARALLEL
#endif