Fixed 64bit LIBPATH 75/97475/2 accepted/tizen/3.0/common/20161116.143938 accepted/tizen/3.0/ivi/20161116.023359 accepted/tizen/3.0/mobile/20161116.022845 accepted/tizen/3.0/tv/20161116.023002 accepted/tizen/3.0/wearable/20161116.023247 submit/tizen_3.0/20161115.060306
authorJiyong Min <jiyong.min@samsung.com>
Mon, 14 Nov 2016 08:43:31 +0000 (17:43 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Mon, 14 Nov 2016 08:48:19 +0000 (17:48 +0900)
- In 64bit, g_module_open() try to open a shared library from /usr/lib and it results in failrue of loading of the library.

Change-Id: I8c943022cd63c2de4747b646755c8f267999661d
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
include/wearable/image_util_private.h

index ac4ee09..a339aa7 100755 (executable)
@@ -68,7 +68,7 @@ extern "C"
        } while (0)
 
 #define IMGCV_FUNC_NAME "mm_util_cv_extract_representative_color"
-#define PATH_MMUTIL_IMGCV_LIB "/usr/lib/libmmutil_imgcv.so"
+#define PATH_MMUTIL_IMGCV_LIB PATH_LIBDIR"/libmmutil_imgcv.so"
 typedef gboolean(*ModuleFunc)(void *, int, int, unsigned char *, unsigned char *, unsigned char *);
 
 typedef struct {