mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
1020e0cd4f
This includes a minor patch to encode.c to work around the "static init" check that actually doesn't do anything in its default state, but, due to compiler subtleties in handling duplicate object names, would not be able to link brotli.exe because it would refuse to expose all symbols for duplicate objects (a later one would just be ignored). Unsure how clang does this but it's not portable across compilers. (we need the brotli.exe tool for resource package compression)
This is the Brotli data compression library from https://github.com/google/brotli. Upstream code can be viewed at https://github.com/google/brotli/tree/master/dec and cloned by git clone https://github.com/google/brotli The in-tree copy is updated by running sh update.sh from within the modules/brotli directory. Current version: [commit 4792c8e4c4235f6b501f13dbd07a8b4b253eee21].