summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-03-18 17:25:40 -0700
committerKevin Mitchell <kevmitch@gmail.com>2016-03-18 18:10:09 -0700
commit717845dc5dcbf5c5cb55fafd24a40479b4d57fb5 (patch)
treebb9f7888635e29ec619946772404509864cb3575
parent4f699d0500a5d1323d2a5d22ad97f4f87782e3c6 (diff)
downloadmpv-717845dc5dcbf5c5cb55fafd24a40479b4d57fb5.tar.bz2
mpv-717845dc5dcbf5c5cb55fafd24a40479b4d57fb5.tar.xz
DOCS/compile-windows.md: update dependencies for msys2 build
Apparently, you're not supposed to use msys2 pkg-config for mingw stuff. Also, in msys2, python *is* python3.
-rw-r--r--DOCS/compile-windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/compile-windows.md b/DOCS/compile-windows.md
index a109ddd73e..bb0ddcb19e 100644
--- a/DOCS/compile-windows.md
+++ b/DOCS/compile-windows.md
@@ -129,7 +129,7 @@ Installing mpv dependencies
```bash
# Install MSYS2 build dependencies and a MinGW-w64 compiler
-pacman -S git pkg-config python3 mingw-w64-x86_64-gcc
+pacman -S git mingw-w64-x86_64-pkg-config python mingw-w64-x86_64-gcc
# Install the most important MinGW-w64 dependencies. libass, libbluray and
# lcms2 are also pulled in as dependencies of ffmpeg.