summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-14 20:12:09 +0100
committerwm4 <wm4@nowhere>2014-02-14 20:12:09 +0100
commitcf6d6666e2dbfaf285a88e85b93b59cf0e0c1385 (patch)
tree72c370fc9ef60ca48b6f82ff513c17517a6c8923
parent87c13de656af3c8f068409155871b05dd9e6f741 (diff)
downloadmpv-cf6d6666e2dbfaf285a88e85b93b59cf0e0c1385.tar.bz2
mpv-cf6d6666e2dbfaf285a88e85b93b59cf0e0c1385.tar.xz
crosscompile-mingw: improve instructions for MXE
-rw-r--r--DOCS/crosscompile-mingw.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/crosscompile-mingw.md b/DOCS/crosscompile-mingw.md
index 42b89036d7..7d5d02f644 100644
--- a/DOCS/crosscompile-mingw.md
+++ b/DOCS/crosscompile-mingw.md
@@ -12,6 +12,8 @@ Using mingw-w64-cmake to setup a MinGW-w64 environment is recommended (this will
also build mpv and its dependencies): https://github.com/lachs0r/mingw-w64-cmake
Alternatively, use MXE: http://mxe.cc
+With MXE, you have to modify the file settings.mk to target MinGW-w64 (even if
+you compile to 32 bit).
Warning: the original MinGW (http://www.mingw.org) is unsupported.