aboutsummaryrefslogtreecommitdiff
path: root/scripts/libbrotlidec.pc.in
AgeCommit message (Collapse)AuthorFilesLines
2023-08-21prepare for 1.1.0rcEvgenii Kliuchnikov1-1/+1
PiperOrigin-RevId: 558736892
2020-09-02Revert "Add runtime linker path to pkg-config files (#740)" (#838)Eugene Kliuchnikov1-1/+1
This reverts commit 31754d4ffce14153b5c2addf7a11019ec23f51c1.
2020-05-15Add runtime linker path to pkg-config files (#740)Nils Goroll1-1/+1
Otherwise libraries will not be found at runtime when installing to a path not included in the default runtime linker's path with programs linking brotli configured via pkg-config.
2017-11-28Update (#620)v1.0.2Eugene Kliuchnikov1-0/+12
* add autotools build * separate semantic and ABI version * extract sources.lst (used by CMake and Automake) * share pkgconfig templates (used by CMake and Automake) * decoder: always set `total_out` * encoder: fix `BROTLI_ENSURE_CAPACITY` macro (no-op after preprocessor) * decoder/encoder: refine `free_func` contract