From 19d86fb9a60aa7034d4981b69a5b656f5b90017e Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Wed, 4 Aug 2021 14:42:02 +0200 Subject: Merge-in SharedDictionary feature (#916) Co-authored-by: Eugene Kliuchnikov --- scripts/sources.lst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/sources.lst b/scripts/sources.lst index 19a6d00..18d3867 100644 --- a/scripts/sources.lst +++ b/scripts/sources.lst @@ -9,6 +9,7 @@ BROTLI_COMMON_C = \ c/common/context.c \ c/common/dictionary.c \ c/common/platform.c \ + c/common/shared_dictionary.c \ c/common/transform.c BROTLI_COMMON_H = \ @@ -16,6 +17,7 @@ BROTLI_COMMON_H = \ c/common/context.h \ c/common/dictionary.h \ c/common/platform.h \ + c/common/shared_dictionary_internal.h \ c/common/transform.h \ c/common/version.h @@ -39,6 +41,7 @@ BROTLI_ENC_C = \ c/enc/brotli_bit_stream.c \ c/enc/cluster.c \ c/enc/command.c \ + c/enc/compound_dictionary.c \ c/enc/compress_fragment.c \ c/enc/compress_fragment_two_pass.c \ c/enc/dictionary_hash.c \ @@ -66,6 +69,7 @@ BROTLI_ENC_H = \ c/enc/cluster.h \ c/enc/cluster_inc.h \ c/enc/command.h \ + c/enc/compound_dictionary.h \ c/enc/compress_fragment.h \ c/enc/compress_fragment_two_pass.h \ c/enc/dictionary_hash.h \ @@ -101,4 +105,5 @@ BROTLI_INCLUDE = \ c/include/brotli/decode.h \ c/include/brotli/encode.h \ c/include/brotli/port.h \ + c/include/brotli/shared_dictionary.h \ c/include/brotli/types.h -- cgit v1.1