Open sandsmark opened 4 years ago
Solves same problem as https://github.com/victorvde/jpeg2png/pull/11 but without pulling in boost.
Haven't actually tested it since I don't have macos, but People On The Internetâ„¢ say that posix_memalign is available on macos.
I checked, and boost uses posix_memalign on macos.
Tested on MacOS Mojave, seems to work!
Solves same problem as https://github.com/victorvde/jpeg2png/pull/11 but without pulling in boost.
Haven't actually tested it since I don't have macos, but People On The Internetâ„¢ say that posix_memalign is available on macos.