Fix TV build error and typo
[platform/core/api/media-content.git] / test / media-content_test.c
index 032ddb4..bcab5ac 100755 (executable)
@@ -206,6 +206,9 @@ static void get_media_meta(media_info_h media)
        time_t t_value = 0;
        unsigned long long size = 0;
        media_content_type_e media_type = 0;
+#ifdef _USE_TVPD_MODE
+       int i_value = 0;
+#endif
 
        content_debug("=== media meta ===");
        if (media_info_get_media_type(media, &media_type) == MEDIA_CONTENT_ERROR_NONE)