参考[官方]的(https://trac.mpc-hc.org/wiki/How_to_compile_the_MPC)
默认使用vs2015
必需安装mingw,官方要求MSYS_MinGW-w64_GCC_610_x86-x64
必需安装yasm,我用的x64版本,放在和ffmpeg.exe同一个path下了。
有个分支版本(mpc-be) [https://sourceforge.net/projects/mpcbe/files/],至少capture使用h.264不如官方版本好
git submodule update --init --recursive
注意recursive,