mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 18:11:35 -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:
@@ -39,8 +39,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "../zstd/mem.h" /* U32 */
|
||||
|
||||
|
||||
/*^***************************************************************
|
||||
* Export parameters
|
||||
@@ -95,12 +93,7 @@ LIZARDDLIB_API int Lizard_decompress_safe_partial (const char* source, char* des
|
||||
/*-**********************************************
|
||||
* Streaming Decompression Functions
|
||||
************************************************/
|
||||
typedef struct {
|
||||
const BYTE* externalDict;
|
||||
size_t extDictSize;
|
||||
const BYTE* prefixEnd;
|
||||
size_t prefixSize;
|
||||
} Lizard_streamDecode_t;
|
||||
typedef struct Lizard_streamDecode_s Lizard_streamDecode_t;
|
||||
|
||||
/*
|
||||
* Lizard_streamDecode_t
|
||||
|
||||
Reference in New Issue
Block a user