1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00

fixed build errors in java bindings on desktop in Debug mode

This commit is contained in:
Vadim Pisarevsky
2012-10-02 10:49:19 +04:00
parent 4df537bc1c
commit b2bf90e951
2 changed files with 35 additions and 75 deletions
@@ -1,6 +1,6 @@
#include "converters.h"
#ifdef DEBUG
#if defined DEBUG && defined ANDROID
#include <android/log.h>
#define MODULE_LOG_TAG "OpenCV.converters"
#define LOGD(...) ((void)__android_log_print(ANDROID_LOG_DEBUG, MODULE_LOG_TAG, __VA_ARGS__))