Merge branch 2.4
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Tue, 20 Nov 2012 15:12:00 +0000 (19:12 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Tue, 20 Nov 2012 15:12:00 +0000 (19:12 +0400)
Conflicts:
android/service/engine/AndroidManifest.xml - use file from 2.4
modules/contrib/src/detection_based_tracker.cpp - move #include <pthread.h> as in 2.4
modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java - use file from 2.4

1  2 
modules/contrib/include/opencv2/contrib/contrib.hpp
modules/contrib/src/detection_based_tracker.cpp
modules/core/include/opencv2/core/core.hpp

@@@ -1,14 -1,9 +1,16 @@@
  #if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(ANDROID)
  #include "opencv2/contrib/detection_based_tracker.hpp"
  
+ #include <pthread.h>
 +#if defined(DEBUG) || defined(_DEBUG)
 +#undef DEBUGLOGS
  #define DEBUGLOGS 1
 +#endif
 +
 +#ifndef DEBUGLOGS
 +#define DEBUGLOGS 0
 +#endif
  
  #ifdef ANDROID
  #include <android/log.h>