From 7adbb6954d7f05fd02b9cded3741ce6ed2c9226b Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Fri, 7 Aug 2015 09:40:46 +0900 Subject: Patch below: Separate CMakeFiles for apply fPIE option Remove unused code Remove thumb_type Modify jpeg thumbnail creation logic when exif thumbnail is smaller than request thumbnail size Add scale down logic when request huge size image Fix bugs, memory leaks Remove unused parameters in function Change thumb path creation API position Remove thumbnail folder creation API Rename some functions Change-Id: I0e13d393dd524b61bcf44722c33b6f270649b732 Signed-off-by: Minje Ahn --- src/util/media-thumb-debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util/media-thumb-debug.c') diff --git a/src/util/media-thumb-debug.c b/src/util/media-thumb-debug.c index a9ce049..9515505 100755 --- a/src/util/media-thumb-debug.c +++ b/src/util/media-thumb-debug.c @@ -27,7 +27,7 @@ #ifdef _PERFORMANCE_CHECK_ static long g_time_usec = 0L; -#endif + #ifdef _USE_LOG_FILE_ static FILE *g_log_fp = NULL; @@ -109,3 +109,4 @@ thumb_print_debug_time_ex(long start, long end, const char *func_name, totaltime); #endif } +#endif \ No newline at end of file -- cgit v1.2.3