diff options
author | wiso <wiso@svn> | 2010-02-01 21:06:11 +0000 |
---|---|---|
committer | wiso <wiso@svn> | 2010-02-01 21:06:11 +0000 |
commit | af65817ef1c7225c87ad16e3101de261bf08a9bb (patch) | |
tree | 4aa980ac60579be66bb0a6fee31b13d9eeeb01f8 /tools/MingwBuildEnvironment/Readme.txt | |
parent | 67e19aff8d403e2a1edbf74db577358e8bdfd916 (diff) |
[WIN32] updated to a fresh and clean mingw environment
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27358 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/MingwBuildEnvironment/Readme.txt')
-rw-r--r-- | tools/MingwBuildEnvironment/Readme.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/MingwBuildEnvironment/Readme.txt b/tools/MingwBuildEnvironment/Readme.txt index cc1a7314f8..bcef4ab3d3 100644 --- a/tools/MingwBuildEnvironment/Readme.txt +++ b/tools/MingwBuildEnvironment/Readme.txt @@ -2,13 +2,11 @@ Mingw build environment to build ffmpeg and other libraries Installation:
extract msys.7z to c:\
+edit c:\msys\etc\fstab if you installed it in a different directory
+edit c:\msys\msys.bat and adapt the path to vcvars32.bat (line 15)
Open a shell:
-run c:\msys\msys.bat
+run c:\msys\msys.bat -rxvt
Source:
-The environment was compiled like described here: http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page
-
-Changes:
-I had to adapt the file c:\msys\mingw\include\vfw.h in order to build without errors. This change might need to be reverted for later builds.
-To do so open the file in an editor and remove the comments from line 673 to 708 (CAPTUREPARMS and VIDEOHDR are already defined in libavcodec).
\ No newline at end of file +The environment was created like described here: http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page
\ No newline at end of file |