summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.