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
*/ */
...@@ -119,3 +118,4 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i ...@@ -119,3 +118,4 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
return LATENT_SVM_OK; return LATENT_SVM_OK;
}; };
#endif #endif
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