info library for OpenCV added.

This commit is contained in:
Alexander Smorkalov
2012-10-31 20:35:37 +04:00
parent b5ecb1d32d
commit fc085d9dbd
4 changed files with 75 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ android::String16 OpenCVEngine::GetLibraryList(android::String16 version)
LOGD("Trying to load info library \"%s\"", tmp.c_str());
void* handle;
char* (*info_func)();
const char* (*info_func)();
handle = dlopen(tmp.c_str(), RTLD_LAZY);
if (handle)