#1782 Threading optimization of OpenNI wrapper is disabled for TBB < 3.0

pull/13383/head
Andrey Kamaev 13 years ago
parent a77a93a8e2
commit e4ca7118f3
  1. 4
      modules/highgui/src/cap_openni.cpp

@ -44,6 +44,10 @@
#ifdef HAVE_OPENNI
#if TBB_INTERFACE_VERSION < 5000
# undef HAVE_TBB
#endif
#include <iostream>
#include <queue>
#include "XnCppWrapper.h"

Loading…
Cancel
Save