code refactoring. move '_enc_opt_' functions from magick to common 59/273659/6
authorjiyong.min <jiyong.min@samsung.com>
Mon, 11 Apr 2022 07:41:33 +0000 (16:41 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Tue, 12 Apr 2022 02:08:21 +0000 (11:08 +0900)
commitb8b4b2ac646cd5ddf7853caab0935a0001316be2
treeac013196e63d5f04f82c49f59ca5864cdbc3e91b
parent8486b74eed06a13806c3ac35cbb5d98f68a54d10
code refactoring. move '_enc_opt_' functions from magick to common

- To use the same function in new library,
 the functions have been moved from 'mmutil_magick' to 'mmutil_common'.

Change-Id: I7fa200722942c2196249ecd7f75acfbe0bd80a57
common/include/mm_util_option.h [new file with mode: 0755]
common/include/mm_util_private.h
common/mm_util_option.c [new file with mode: 0755]
magick/include/mm_util_magick.h
magick/mm_util_magick.c