mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 00:19:46 +01: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