mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 04:36:36 +08:00
#1782 Threading optimization of OpenNI wrapper is disabled for TBB < 3.0
This commit is contained in:
parent
a77a93a8e2
commit
e4ca7118f3
@ -44,6 +44,10 @@
|
||||
|
||||
#ifdef HAVE_OPENNI
|
||||
|
||||
#if TBB_INTERFACE_VERSION < 5000
|
||||
# undef HAVE_TBB
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <queue>
|
||||
#include "XnCppWrapper.h"
|
||||
|
Loading…
Reference in New Issue
Block a user