forked from p7zip-project/p7zip
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump StormLib / lizard / lz4 / zstdmt
- Loading branch information
1 parent
dfc6933
commit 77eee4a
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule StormLib
updated
70 files
Submodule lizard
updated
11 files
+208 −71 | .travis.yml | |
+2 −0 | lib/Makefile | |
+6 −6 | lib/entropy/bitstream.h | |
+4 −1 | lib/entropy/huf_compress.c | |
+7 −0 | lib/lizard_common.h | |
+5 −4 | lib/lizard_compress.c | |
+1 −8 | lib/lizard_decompress.h | |
+2 −2 | lib/lizard_decompress_liz.h | |
+1 −1 | lib/lizard_decompress_lz4.h | |
+2 −2 | lib/lizard_frame.c | |
+4 −2 | programs/lizardcli.c |
Submodule zstdmt
updated
5 files
+1 −1 | .github/workflows/ccpp.yml | |
+42 −21 | programs/Makefile | |
+54 −11 | programs/main.c | |
+8 −0 | programs/platform.c | |
+3 −0 | programs/platform.h |