mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Issue #1683 - Update Brotli lib to 1.0.9
This commit is contained in:
parent
889311cd74
commit
390f3a6272
60 changed files with 3966 additions and 2404 deletions
|
|
@ -14,7 +14,10 @@ EXPORTS.brotli += [
|
|||
]
|
||||
|
||||
SOURCES += [
|
||||
'common/constants.c',
|
||||
'common/context.c',
|
||||
'common/dictionary.c',
|
||||
'common/platform.c',
|
||||
'common/transform.c',
|
||||
'dec/bit_reader.c',
|
||||
'dec/decode.c',
|
||||
|
|
@ -44,12 +47,14 @@ HOST_SOURCES += [
|
|||
'enc/block_splitter.c',
|
||||
'enc/brotli_bit_stream.c',
|
||||
'enc/cluster.c',
|
||||
'enc/command.c',
|
||||
'enc/compress_fragment.c',
|
||||
'enc/compress_fragment_two_pass.c',
|
||||
'enc/dictionary_hash.c',
|
||||
'enc/encode.c',
|
||||
'enc/encoder_dict.c',
|
||||
'enc/entropy_encode.c',
|
||||
'enc/fast_log.c',
|
||||
'enc/histogram.c',
|
||||
'enc/literal_cost.c',
|
||||
'enc/memory.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue