Skip to content

Commit 96ec48d

Browse files
nodejs-github-botaduh95
authored andcommittedNov 3, 2024
deps: update brotli to 1.1.0
PR-URL: #50804 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 11242bc commit 96ec48d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+6284
-2130
lines changed
 

‎deps/brotli/brotli.gyp

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
'c/common/context.c',
3434
'c/common/dictionary.c',
3535
'c/common/platform.c',
36+
'c/common/shared_dictionary.c',
3637
'c/common/transform.c',
3738

3839
# Decoder
@@ -49,6 +50,7 @@
4950
'c/enc/brotli_bit_stream.c',
5051
'c/enc/cluster.c',
5152
'c/enc/command.c',
53+
'c/enc/compound_dictionary.c',
5254
'c/enc/compress_fragment.c',
5355
'c/enc/compress_fragment_two_pass.c',
5456
'c/enc/dictionary_hash.c',

‎deps/brotli/c/common/constants.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
55
*/
66

7-
#include "./constants.h"
7+
#include "constants.h"
88

99
const BrotliPrefixCodeRange
1010
_kBrotliPrefixCodeRanges[BROTLI_NUM_BLOCK_LEN_SYMBOLS] = {

0 commit comments

Comments
 (0)
Please sign in to comment.