Currently building vjpeg.exe fails when using MSVC (Visual Studio) targeting the Arm64 platform. vjpeg.cc experiences a linking error:
vjpeg.cc
LINK : fatal error LNK1181: cannot open input file 'opengl32.lib' [C:\projects\sjpeg\vjpeg.vcxproj]
The error probably occurs because opengl32.lib is x86 specific.
Example builds can be found on AppVeyor: Arm64 (fails) | x64 (passes).