mv_roi_tracker: fix implicit function error 86/280086/1
authorHyunsoo Park <hance.park@samsung.com>
Tue, 23 Aug 2022 09:23:45 +0000 (18:23 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Tue, 23 Aug 2022 09:23:45 +0000 (18:23 +0900)
[Version] : 0.23.19
[Issue type] : bug fix

Change-Id: Ib4528ff7355df8839c0213dbeb618270a2e7ffb7
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
include/mv_private.h
packaging/capi-media-vision.spec

index 3a2c329..eb31001 100644 (file)
@@ -77,7 +77,7 @@ bool __mv_image_check_system_info_feature_supported();
 bool __mv_inference_check_system_info_feature_supported();
 bool __mv_inference_image_check_system_info_feature_supported();
 bool __mv_inference_face_check_system_info_feature_supported();
-bool _mv_roi_tracking_check_system_info_feature_supported();
+bool __mv_roi_tracking_check_system_info_feature_supported();
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */
index 8de4f60..beedef3 100644 (file)
@@ -1,6 +1,6 @@
 Name:        capi-media-vision
 Summary:     Media Vision library for Tizen Native API
-Version:     0.23.18
+Version:     0.23.19
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0 and BSD-3-Clause