Commit b541ce49 authored by Ethan Rublee's avatar Ethan Rublee

Fixes build for android, mentioned in ticket #873

parent a5e17c2f
#ifdef HAVE_TBB
#include "_lsvm_tbbversion.h" #include "_lsvm_tbbversion.h"
#ifdef HAVE_TBB
/* /*
// Task class // Task class
*/ */
...@@ -118,4 +117,5 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i ...@@ -118,4 +117,5 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
tbb::task::spawn_root_and_wait(tasks); tbb::task::spawn_root_and_wait(tasks);
return LATENT_SVM_OK; return LATENT_SVM_OK;
}; };
#endif #endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment