google / brunsli

Practical JPEG Repacker
MIT License
730 stars 51 forks source link

Build failing with Brotli 1.1.0+ #144

Open Flamefire opened 3 months ago

Flamefire commented 3 months ago

This explicitly links against lbrotlidec-static at https://github.com/google/brunsli/blob/cbbc39ada0600725a82f25f142352143ebb2763d/brunsli.cmake#L67

However that is no longer built in Brotli 1.1.0 after https://github.com/google/brotli/pull/655 was merged.