nxdk
nxdk copied to clipboard
Use of nasm is not supported
#319 introduced libjpeg-turbo, which contains code for MMX/SSE-accelerated encoding/decoding. This code is written in the nasm assembly dialect, which is currently not handled in nxdk.
To utilize this, we'll have to add nasm as a dependency and use it to handle these files.