mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Split pc file into encoding and decoding libraries #145
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fred-wang on GitHub (Dec 3, 2016).
A woff2 generator or consumer will generally use only one of this library so it's better to have separate pc files. This is how it was done in @bagder 's initial commit but @nemequ only created a single pc file.
There were discussions about the names to use for pc files, but I'm not sure how important it is.