summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-14 20:12:09 +0100
committerwm4 <wm4@nowhere>2014-03-11 00:10:17 +0100
commit315f3a921812931d5dd7e35a22c233c8d21be426 (patch)
treeb95595d3a6e169b223d6e056d54a48c082f548f4
parentd85772261858f5d03ee9b6b420de00d6a0139b30 (diff)
downloadmpv-315f3a921812931d5dd7e35a22c233c8d21be426.tar.bz2
mpv-315f3a921812931d5dd7e35a22c233c8d21be426.tar.xz
crosscompile-mingw: improve instructions for MXE
-rw-r--r--DOCS/crosscompile-mingw.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/crosscompile-mingw.txt b/DOCS/crosscompile-mingw.txt
index cc9d17f3a3..b754ac6a55 100644
--- a/DOCS/crosscompile-mingw.txt
+++ b/DOCS/crosscompile-mingw.txt
@@ -9,6 +9,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.