#1782 Threading optimization of OpenNI wrapper is disabled for TBB < 3.0
authorAndrey Kamaev <no@email>
Wed, 11 Apr 2012 13:08:17 +0000 (13:08 +0000)
committerAndrey Kamaev <no@email>
Wed, 11 Apr 2012 13:08:17 +0000 (13:08 +0000)
modules/highgui/src/cap_openni.cpp

index 46df5ce..3cc367a 100644 (file)
 
 #ifdef HAVE_OPENNI
 
+#if TBB_INTERFACE_VERSION < 5000
+# undef HAVE_TBB
+#endif
+
 #include <iostream>
 #include <queue>
 #include "XnCppWrapper.h"