dropbox / lepton

Lepton is a tool and file format for losslessly compressing JPEGs by an average of 22%.
https://blogs.dropbox.com/tech/2016/07/lepton-image-compression-saving-22-losslessly-from-images-at-15mbs/
Apache License 2.0
5.01k stars 355 forks source link

Options to build for ARM? #151

Closed leijurv closed 2 years ago

leijurv commented 2 years ago

How might I build lepton for ARM?

sebpop commented 2 years ago

To build for arm64, please use the patches in https://github.com/dropbox/lepton/pull/147 The patch has been posted for review for a year now, and nobody reviewed it. It seems to me that dropbox/lepton has no maintainers.

lesniewski commented 2 years ago

Thanks for checking in @sebpop ! Merged #147 .

sebpop commented 2 years ago

Awesome, thanks @lesniewski for merging the patch and fixing this bug.