diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-09 15:12:13 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-09 15:12:13 +0200 |
commit | 802d57d9215d9c81dbee86edb43c9e93a7f7ec55 (patch) | |
tree | fa22e5bf54568a5b2781e9d5d5ad7b895ba57c1c /windows/vs2019/config.h | |
parent | DOS: Update Makefile and config.h to include ARM64 and .lz support. (diff) | |
download | xz-802d57d9215d9c81dbee86edb43c9e93a7f7ec55.tar.xz |
Windows: Update the VS project files for ARM64 and .lz support.
Diffstat (limited to 'windows/vs2019/config.h')
-rw-r--r-- | windows/vs2019/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/windows/vs2019/config.h b/windows/vs2019/config.h index ef921e80..6679da9a 100644 --- a/windows/vs2019/config.h +++ b/windows/vs2019/config.h @@ -21,6 +21,9 @@ /* Define to 1 if arm decoder is enabled. */ #define HAVE_DECODER_ARM 1 +/* Define to 1 if arm64 decoder is enabled. */ +#define HAVE_DECODER_ARM64 1 + /* Define to 1 if armthumb decoder is enabled. */ #define HAVE_DECODER_ARMTHUMB 1 @@ -51,6 +54,9 @@ /* Define to 1 if arm encoder is enabled. */ #define HAVE_ENCODER_ARM 1 +/* Define to 1 if arm64 encoder is enabled. */ +#define HAVE_ENCODER_ARM64 1 + /* Define to 1 if armthumb encoder is enabled. */ #define HAVE_ENCODER_ARMTHUMB 1 @@ -81,6 +87,9 @@ /* Define to 1 if you have the <limits.h> header file. */ #define HAVE_LIMITS_H 1 +/* Define to 1 if .lz (lzip) decompression support is enabled. */ +#define HAVE_LZIP_DECODER 1 + /* Define to 1 to enable bt2 match finder. */ #define HAVE_MF_BT2 1 |