vs2013编译 x264

来源:互联网 发布:java判断日期是星期几 编辑:程序博客网 时间:2024/06/01 17:48

1.下载yasm,地址  http://yasm.tortall.net/Download.html ,下载Win64 VS2010 .zip

2.解压Win64 VS2010 .zip, 把vsyasm.props,vsyasm.targets,vsyasm.xml三个文件copy到 C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations

修改vsyasm.props,将 $(Platform)替换为win$(PlatformArchitecture)。

将vsyasm.exe 文件copy到install_vs\VC\bin 下,install_vs为你的VS2013安装路径

3.下载已有的可供vs2013编译的x264,地址 https://github.com/ShiftMediaProject/x264.git

下载下来,工程在 SMC\x264.sln

0 0
原创粉丝点击