Fix Android build with clang compiler

This commit is contained in:
Andrey Kamaev
2012-11-19 15:16:13 +04:00
parent ab9311947a
commit 04481d9ef4
10 changed files with 18 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
#if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(ANDROID)
#include "opencv2/contrib/detection_based_tracker.hpp"
#include <pthread.h>
#define DEBUGLOGS 1
#ifdef ANDROID