Changed OpenCV to load statically.

This commit is contained in:
2014-04-05 15:03:53 -04:30
parent 00038f1622
commit 5c92d603d2
4 changed files with 17 additions and 16 deletions

View File

@@ -23,15 +23,10 @@
extern "C"{
#ifdef CAN_LOG
#define log(TAG, MSG) (__android_log_write(ANDROID_LOG_DEBUG, TAG, MSG))
const char * TAG = "CVPROC_NATIVE";
#else
#define log(TAG, MSG) (1 + 1)
#endif
JNIEXPORT void JNICALL Java_ve_ucv_ciens_ccg_nxtar_MainActivity_getMarkerCodesAndLocations(