1. 來源(能夠不用看)
http://siliconandlithium.blogspot.com/2014/03/building-x264-on-windows-with-visual.htmlhtml
2. https://github.com/ShiftMediaCenter/x264
直接下載改過的帶vs工程的代碼git
3. SMC\x264.slngithub
4. 關鍵, yasm 1.3.0 配置windows
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations
vsyasm.props vsyasm.targets vsyasm.xml 這3個文件從官方下載對應版本後拷貝過來,ui
vsyasm.props 要改 <CommandLineTemplate>"$(YasmPath)"vsyasm.exe -Xvc -f win$(PlatformArchitecture) [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>調試
cpu太老要去掉 -Xvcorm
5. 工程如今能編譯過, 可是輸出文件夾,和調試路徑不對, 修改一下便可xml