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.
This commit is contained in:
Kevin Mitchell 2016-03-18 17:25:40 -07:00
parent 4f699d0500
commit 717845dc5d
1 changed files with 1 additions and 1 deletions

View File

@ -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.