This commit is contained in:
Anatoly Baksheev 2012-10-23 15:13:46 +04:00
parent 275ab53ebc
commit d681717702

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