mirror of
https://github.com/opencv/opencv.git
synced 2024-12-16 18:39:12 +08:00
76fdbeee8a
Some aditional logs added; AndroidManifest version incremented.
12 lines
218 B
C
12 lines
218 B
C
#ifndef __ENGINE_COMMON_H__
|
|
#define __ENGINE_COMMON_H__
|
|
|
|
// Global tag for Logcat output
|
|
#undef LOG_TAG
|
|
#define LOG_TAG "OpenCVEngine"
|
|
|
|
#ifndef OPEN_CV_ENGINE_VERSION
|
|
#define OPEN_CV_ENGINE_VERSION 1
|
|
#endif
|
|
|
|
#endif |