windows编译X264库

来源:互联网 发布:java自行车价格表 编辑:程序博客网 时间:2024/05/22 06:39

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 x264.Git

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

0 0