Get rid of more HAVE_ZLIB ifdefs

This commit is contained in:
twinaphex 2016-09-19 01:56:26 +02:00
parent 11e574b4d0
commit e54329c714

View File

@ -131,7 +131,7 @@ const char *config_get_menu_driver_options(void)
return char_list_new_special(STRING_LIST_MENU_DRIVERS, NULL);
}
#ifdef HAVE_ZLIB
#ifdef HAVE_COMPRESSION
static void bundle_decompressed(void *task_data,
void *user_data, const char *err)
{
@ -197,7 +197,7 @@ static bool menu_init(menu_handle_t *menu_data)
)
{
menu_dialog_push_pending(true, MENU_DIALOG_HELP_EXTRACT);
#ifdef HAVE_ZLIB
#ifdef HAVE_COMPRESSION
task_push_decompress(settings->path.bundle_assets_src,
settings->path.bundle_assets_dst,
NULL, settings->path.bundle_assets_dst_subdir,