Closed Boscop closed 6 years ago
I guess it would work when this is fixed? https://github.com/medek/nasm-rs/issues/12
You're right about this. I've updated nasm and published a workaround.
Thanks, so now it will automatically use nasm (and SIMD) also on Windows?
Yes
I want to use libjpeg-turbo in Rust to decode MJPEG frames at 30fps (the jpeg-decoder crate uses too much CPU), so I downloaded
libjpeg-turbo-1.5.90-vc64.exe
from here and installed it, now I havejpeg62.dll
andturbojpeg.dll
, but mozjpeg fails to build: