Merge pull request #85 from Nerei/master

This commit is contained in:
Andrey Kamaev
2012-10-23 20:47:56 +04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -322,6 +322,7 @@ int cv::getNumThreads(void)
void cv::setNumThreads( int threads )
{
(void)threads;
#ifdef HAVE_PARALLEL_FRAMEWORK
numThreads = threads;
#endif