mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
Fixes build for android, mentioned in ticket #873
This commit is contained in:
parent
a5e17c2fbf
commit
b541ce494d
@ -1,7 +1,6 @@
|
||||
#ifdef HAVE_TBB
|
||||
#include "_lsvm_tbbversion.h"
|
||||
|
||||
|
||||
#ifdef HAVE_TBB
|
||||
/*
|
||||
// Task class
|
||||
*/
|
||||
@ -118,4 +117,5 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
|
||||
tbb::task::spawn_root_and_wait(tasks);
|
||||
return LATENT_SVM_OK;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user