一、下载最新的x264代码
git clone VideoLAN / x264 · GitLab
二、安装 MSYS2,安装NASM,Start msys2
export PATH=/d/msys64/mingw64/bin:/d/Program\ Files/NASM:$PATH
./configure --enable-shared
make
三、下载pexports,使用pexports工具,将库导出
命令如下:
pexports libx264-164.dll >libx264-164.def
四、使用lib工具导出lib库
命令如下:
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\lib.exe" /machine:x64 /def:libx264-164.def