mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
Merge pull request #12449 from Nuzhny007:master
* Fixed compilation error WITH_OPENMP under Windows * Move up OpenMP condition
This commit is contained in:
parent
fd0df5a89b
commit
80610ca054
@ -410,6 +410,8 @@ namespace
|
||||
});
|
||||
}
|
||||
};
|
||||
#elif defined HAVE_OPENMP
|
||||
typedef ParallelLoopBodyWrapper ProxyLoopBody;
|
||||
#elif defined HAVE_GCD
|
||||
typedef ParallelLoopBodyWrapper ProxyLoopBody;
|
||||
static void block_function(void* context, size_t index)
|
||||
|
Loading…
Reference in New Issue
Block a user