Add some compiling fixes and choose compiler (vc12 + sdk71 for ia64)

- add some pragma definitions to brotli port.h
- change lz4 code, to include zstd/xxhash.h
- fix various objects in makefile's
- fix LzHandler.cpp, LZIP has now 0xC5 @ Guid.txt
- improve logging on AppVeyor
- fix version numbers in codecs
- rename "Codec_zstdF" to "Codec_zstd_legacy"
- add missing objects for lizard
This commit is contained in:
Tino Reichardt
2018-10-21 14:46:06 +02:00
parent 78fc3c9bc5
commit c9b085e4ec
27 changed files with 269 additions and 75 deletions

View File

@@ -451,7 +451,7 @@ STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
}
REGISTER_ARC_I(
"lzip", "lz tlz", "* .tar", 0xC6,
"lzip", "lz tlz", "* .tar", 0xC5,
k_Signature,
0,
NArcInfoFlags::kKeepName,