discord / lilliput

Resize images and animated GIFs in Go
https://discord.com/blog/how-discord-resizes-150-million-images-every-day-with-go-and-c
Other
1.94k stars 124 forks source link

[hevc] gate HEVC/h.265 decoder behind build flag #162

Closed nulltrope closed 1 month ago

nulltrope commented 1 month ago

This PR gates HEVC/H.265 decoder support behind a build flag for now. It can be enabled by passing the following to the go cmd: -ldflags=-X=github.com/discord/lilliput.hevcEnabled=true