mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
temporarily switch off TBB
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#include "_lsvm_matching.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#undef HAVE_TBB
|
||||
|
||||
#ifndef max
|
||||
#define max(a,b) (((a) > (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user