【FFMPG系列】vs2019编译x86汇编

vsyasm: FATAL: unrecognized object format `Win32’

任务:集成 YASM 1.3

官网:http://yasm.tortall.net/Download.html

将yasm.exe及相关的targets等拷贝到对应目录后(具体参考yasm官网或者https://github.com/ShiftMediaProject/VSYASM/blob/master/README.md),进行编译,会得到一个错误:

error MSB3721: The command "......" exited with code 1.
or
1>H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations\vsyasm.targets(45,5): error MSB3721: 命令“"H:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\bin\"vsyasm.exe -Xvc -f Win32 -o "F:\ShiftMediaProject\source\FFmpeg\SMP\obj\Debug\Win32\libgmp\add_n.obj" -rraw -pgas   mpn\x86\add_n.s”已退出,返回代码为 1。

单独运行编译命令后则提示:

vsyasm: FATAL: unrecognized object format `Win32'

原因:区分大小写……应该用 wi

你可能感兴趣的:(视频编解码)