diff options
author | Haejeong Kim <backto.kim@samsung.com> | 2017-05-19 17:30:56 +0900 |
---|---|---|
committer | Haejeong Kim <backto.kim@samsung.com> | 2017-05-19 17:30:56 +0900 |
commit | 8a2d56bc350e48c3109d4381f670b676494dd39e (patch) | |
tree | 63d7ed0bfd2591a71684bbe6853cdb2135d3e5d9 | |
parent | 40b2c829cf5dbfc6534f7e6bdf9d63c018458475 (diff) | |
download | libmedia-thumbnail-tizen_4.0.m1_release.tar.gz libmedia-thumbnail-tizen_4.0.m1_release.tar.bz2 libmedia-thumbnail-tizen_4.0.m1_release.zip |
Remove unused definestizen_4.0.m1_releasesubmit/tizen/20170522.022319submit/tizen/20170522.021655submit/tizen/20170522.012555accepted/tizen/unified/20170522.184516
Change-Id: Id9208dc86f215568710a6da19e9e3db960ca88a8
-rwxr-xr-x | server/thumb-server-internal.c | 1 | ||||
-rwxr-xr-x | src/include/util/media-thumb-util.h | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/server/thumb-server-internal.c b/server/thumb-server-internal.c index 333341c..35e87ba 100755 --- a/server/thumb-server-internal.c +++ b/server/thumb-server-internal.c @@ -29,6 +29,7 @@ #include <stdio.h> #include <string.h> #include <Ecore_Evas.h> +#include <tzplatform_config.h> #ifdef LOG_TAG #undef LOG_TAG diff --git a/src/include/util/media-thumb-util.h b/src/include/util/media-thumb-util.h index 1ee8384..f3771bc 100755 --- a/src/include/util/media-thumb-util.h +++ b/src/include/util/media-thumb-util.h @@ -20,7 +20,6 @@ */ #include "media-util.h" -#include <tzplatform_config.h> #ifndef _MEDIA_THUMB_UTIL_H_ #define _MEDIA_THUMB_UTIL_H_ @@ -39,11 +38,6 @@ typedef enum { #define THUMB_IMAGE_TYPE 0 /* Image */ #define THUMB_VIDEO_TYPE 1 /* Video */ -#define THUMB_PHONE_PATH tzplatform_mkpath(TZ_USER_SHARE, "media/.thumb/phone") -#define THUMB_MMC_PATH tzplatform_mkpath(TZ_USER_SHARE, "media/.thumb/mmc") - -#define THUMB_DEFAULT_PATH tzplatform_mkpath(TZ_USER_SHARE, "media/.thumb/thumb_default.png") - int _media_thumb_get_file_ext(const char *file_path, char *file_ext, int max_len); int _media_thumb_get_file_type(const char *file_full_path); |