google / brunsli

Practical JPEG Repacker
MIT License
730 stars 51 forks source link

Add support for Brotli 1.10+ #145

Open Flamefire opened 3 months ago

Flamefire commented 3 months ago

For newer Brotli versions the libbrotli*-static files do no longer exist and instead libbrotli*.a are used.

Add a find_library call to find either one

Fixes #144