mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 06:07:12 -06:00
Update Lizard - use internal HUF and FSE entropy
- AdjustLiz.sh fixes some double defines with zstd of lizard - lizard uses it's own entropy lib again - this will fix #302 Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>
This commit is contained in:
@@ -152,6 +152,12 @@ COMPRESS_OBJS = $(COMPRESS_OBJS) \
|
||||
$O\LizardDecoder.obj \
|
||||
$O\LizardEncoder.obj \
|
||||
$O\LizardRegister.obj \
|
||||
$O\liz_entropy_common.obj \
|
||||
$O\liz_fse_compress.obj \
|
||||
$O\liz_fse_decompress.obj \
|
||||
$O\liz_huf_compress.obj \
|
||||
$O\liz_huf_decompress.obj \
|
||||
$O\liz_xxhash.obj \
|
||||
$O\Lz5Decoder.obj \
|
||||
$O\Lz5Encoder.obj \
|
||||
$O\Lz5Register.obj \
|
||||
|
||||
Reference in New Issue
Block a user