Fixes build for android, mentioned in ticket #873
authorEthan Rublee <no@email>
Fri, 11 Feb 2011 02:34:24 +0000 (02:34 +0000)
committerEthan Rublee <no@email>
Fri, 11 Feb 2011 02:34:24 +0000 (02:34 +0000)
modules/objdetect/src/lsvmtbbversion.cpp

index a9e3cf5..d22a17f 100644 (file)
@@ -1,7 +1,6 @@
+#ifdef HAVE_TBB\r
 #include "_lsvm_tbbversion.h"\r
 \r
-\r
-#ifdef HAVE_TBB\r
 /*\r
 // Task class\r
 */\r
@@ -118,4 +117,5 @@ int tbbTasksThresholdFunctionalScore(const CvLSVMFilterObject **filters, const i
     tbb::task::spawn_root_and_wait(tasks);\r
     return LATENT_SVM_OK;\r
 };\r
-#endif
\ No newline at end of file
+#endif\r
+\r