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 #148
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.
@fred-wang commented on GitHub (Dec 11, 2016):
@eustas Are you going to take care of this?
@eustas commented on GitHub (Dec 21, 2016):
Surely. Will try to do it today.
@eustas commented on GitHub (Dec 21, 2016):
Please take a look at #490
@fred-wang commented on GitHub (Dec 21, 2016):
Thanks. I trust you @eustas !