From: Ilya Lavrenov Date: Mon, 24 Sep 2012 10:18:54 +0000 (+0400) Subject: edited misprint X-Git-Tag: accepted/2.0/20130307.220821~364^2~172^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33983bcbb7c3bcb2b5681e9de756a0a179561958;p=profile%2Fivi%2Fopencv.git edited misprint --- diff --git a/modules/imgproc/src/imgwarp.cpp b/modules/imgproc/src/imgwarp.cpp index b899ae0..4a980b2 100644 --- a/modules/imgproc/src/imgwarp.cpp +++ b/modules/imgproc/src/imgwarp.cpp @@ -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