CMake scripts changed a bit: added more accurate variant of the Threading Framework support (it is a lightweight analogue of TBB for ARM-s).

This commit is contained in:
Leonid Beynenson
2011-09-27 16:25:13 +00:00
parent f0759437c0
commit fcaa587b67
2 changed files with 8 additions and 2 deletions

View File

@@ -200,7 +200,7 @@ CV_INLINE IppiSize ippiSize(int width, int height)
#ifdef HAVE_THREADING_FRAMEWORK
#include "threading_framework.hpp"
#include "opencv2/core/threading_framework.hpp"
template<typename Body>
static void parallel_for( const BlockedRange& range, const Body& body )