workaround for the case when perf system is used in external app without TBB

This commit is contained in:
Kirill Kornyakov
2011-11-24 12:06:38 +00:00
parent 1c9d75081c
commit 913811836a
9 changed files with 84 additions and 16 deletions

View File

@@ -310,6 +310,8 @@ private:
#ifdef HAVE_TBB
cv::Ptr<tbb::task_scheduler_init> p_tbb_initializer;
#else
cv::Ptr<int> fixme;
#endif
public: