From c395f7aa9faf64341d4ab6e60d3fb62ea93000cc Mon Sep 17 00:00:00 2001 From: Tae-Young Chung Date: Mon, 14 Oct 2019 10:44:17 +0900 Subject: Add MV_ENGINE_CONFIG_ATTR_TYPE_ARRAY_STRING to mv_config_attribute_type_e Change-Id: Iae611fdc07aa982be3c3b988c27c50db7240633e Signed-off-by: Tae-Young Chung --- include/mv_common.h | 3 ++- packaging/capi-media-vision.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/mv_common.h b/include/mv_common.h index 6e72dacd..628affa8 100644 --- a/include/mv_common.h +++ b/include/mv_common.h @@ -111,7 +111,8 @@ typedef enum { MV_ENGINE_CONFIG_ATTR_TYPE_DOUBLE, /**< Double attribute type */ MV_ENGINE_CONFIG_ATTR_TYPE_INTEGER, /**< Integer attribute type */ MV_ENGINE_CONFIG_ATTR_TYPE_BOOLEAN, /**< Boolean attribute type */ - MV_ENGINE_CONFIG_ATTR_TYPE_STRING /**< String attribute type */ + MV_ENGINE_CONFIG_ATTR_TYPE_STRING, /**< String attribute type */ + MV_ENGINE_CONFIG_ATTR_TYPE_ARRAY_STRING /**< Array of string attribute type (Since 5.5) */ } mv_config_attribute_type_e; /** diff --git a/packaging/capi-media-vision.spec b/packaging/capi-media-vision.spec index 253d61a5..d3113f6a 100644 --- a/packaging/capi-media-vision.spec +++ b/packaging/capi-media-vision.spec @@ -1,7 +1,7 @@ Name: capi-media-vision Summary: Media Vision library for Tizen Native API Version: 0.5.0 -Release: 2 +Release: 3 Group: Multimedia/Framework License: Apache-2.0 and BSD-3-Clause Source0: %{name}-%{version}.tar.gz -- cgit v1.2.3