diff options
author | wm4 <wm4@nowhere> | 2014-03-09 15:02:28 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-03-09 15:02:28 +0100 |
commit | f50c1d2c2671d8742d2cc6d1f4f2c05e527b02c5 (patch) | |
tree | 0ba7ef2f86c57172d5bb5c254504f4354a122e25 /DOCS | |
parent | f03abf64b6826341a574a3718644bfd3e04ef2e7 (diff) | |
download | mpv-f50c1d2c2671d8742d2cc6d1f4f2c05e527b02c5.tar.bz2 mpv-f50c1d2c2671d8742d2cc6d1f4f2c05e527b02c5.tar.xz |
DOCS: fix an external link
This got lost in commit b980884f.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/crosscompile-mingw.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/crosscompile-mingw.md b/DOCS/crosscompile-mingw.md index 06f759651d..ca00c0ea03 100644 --- a/DOCS/crosscompile-mingw.md +++ b/DOCS/crosscompile-mingw.md @@ -14,9 +14,9 @@ DEST_OS=win32 TARGET=i686-w64-mingw32 ./waf configure While building a complete MinGW-w64 toolchain yourself is possible, people have created scripts to help ease the process. These are the two recommended methods: -- Using [mingw-w64-cmake](lachs0r/mingw-w64-cmake) to setup a MinGW-w64 - environment. We recommend you to try this first before MXE. mingw-w64-cmake - will also build mpv and its dependencies. +- Using [mingw-w64-cmake](https://github.com/lachs0r/mingw-w64-cmake) to setup + a MinGW-w64 environment. We recommend you to try this first before MXE. + mingw-w64-cmake will also build mpv and its dependencies. - Alternatively, you can use MXE: http://mxe.cc. With MXE, you have to manually set the target to MinGW-w64 (even if you compile to 32 bit). A working example below. |