文件名称:mpc-hc播放代码
文件大小:35.99MB
文件格式:RAR
更新时间:2019-01-26 08:13:15
mpc-hc代码 VS2013编译
VS2013上已经编译通过的 mpc-hc 代码,花费了我3天的时间,从官网下载,编译,解决 bug 。编译方法: 1. 从 http://xhmikosr.1f0.de/tools/msys/MSYS_MinGW-w64_GCC_492_x86-x64.7z 下载 msys 2. 在 msys\etc 找到文件 fstab.sample ,把里面的 C:\MSYS\mingw /mingw 改成 C:\MSYS\mingw \mingw 3. 下载压缩包,解压,修改里面的 build.user.bat ,内容如下: @ECHO OFF SET "MPCHC_MSYS=C:\MSYS" SET "MPCHC_MINGW32=%MPCHC_MSYS%\mingw" SET "MPCHC_MINGW64=%MPCHC_MINGW32%" REM Git is optional to set if you chose to add it in PATH when installing it SET "MPCHC_GIT=C:\Program Files\Git" REM Optional, if you plan to modify the translations, install Python 2.7 or set the variable to its path SET "MPCHC_PYTHON=C:\Python27" 只需要修改 SET "MPCHC_MSYS=C:\MSYS" 和 SET "MPCHC_PYTHON=C:\Python27" 为你的路径,其它的不需要修改。 4. 打开 mpc-hc.sln 编译。