1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00
This commit is contained in:
Anatoly Baksheev
2012-10-23 15:13:46 +04:00
parent 275ab53ebc
commit d681717702
+1
View File
@@ -322,6 +322,7 @@ int cv::getNumThreads(void)
void cv::setNumThreads( int threads )
{
(void)threads;
#ifdef HAVE_PARALLEL_FRAMEWORK
numThreads = threads;
#endif