Note: Express edition won't work (it's missing MFC, which MPC-HC uses).
When you install the DirectX SDK, a new
See here: http://blogs.msdn.com/windowssdk/archive/2009/08/21/windows-sdk-configuration-tool-may-report-an-error-when-os-display-format-is-not-english.aspx
For the components and their version see here
- Delete everything in this folder: C:\MSYS\mingw\
- Download and extract the new MinGW GCC version into C:\MSYS\mingw\
URL: http://www.xvidvideo.ru/component/docman/cat_view/28-cross-mingwgcc-x86x64.html
b) Right-click on that directory and choose "SVN checkout".
c) Put
d) Wait for the source tree to be downloaded.
5. Press OK to save the changes and close the Properties window.
6. Press F7 to build the solution.
7. You now have
8. Open the solution file C:\mpc-hc\mpciconlib.sln
9. Press F7 to build the solution.
10. You now have
11. Open the solution file C:\mpc-hc\mpcresources.sln
Install everything and then go to C:\mpc-hc\distrib, open mpc-hc_setup.iss with Inno Setup or ISTool and compile it.
- Run MSYS and cd to the
trunk\src\filters\transform\MPCVideoDec\ffmpeg_x64 folder
cd /h/mpchc/trunk/src/filters/transform/MPCVideoDec/ffmpeg_x64/
(notice that the first part will most probably differ for the exact paths)
- checkout the mingw files by running: $ ./buildffmpeg.sh --updatemingw
- run the buildmingwlibs.sh script, only to compile: ./buildmingwlibs.sh --compilemingw
./buildmingwlibs.sh --updatemingw --compilemingw
Attachments