diff --git a/menu/menu_driver.c b/menu/menu_driver.c index 9335d444ac..fd5bb74dba 100644 --- a/menu/menu_driver.c +++ b/menu/menu_driver.c @@ -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,