DOCS/compile-windows.md: update MSYS2 packages

This commit is contained in:
Kacper Michajłow 2023-01-17 01:58:03 +01:00 committed by Dudemanguy
parent b5f62050ec
commit 9d659ed847
1 changed files with 2 additions and 2 deletions

View File

@ -144,11 +144,11 @@ Installing mpv dependencies
```bash
# Install MSYS2 build dependencies and a MinGW-w64 compiler
pacman -S git python $MINGW_PACKAGE_PREFIX-{pkg-config,gcc,meson}
pacman -S git $MINGW_PACKAGE_PREFIX-{python,pkgconf,gcc,meson}
# Install the most important MinGW-w64 dependencies. libass and lcms2 are also
# pulled in as dependencies of ffmpeg.
pacman -S $MINGW_PACKAGE_PREFIX-{ffmpeg,libjpeg-turbo,lua51}
pacman -S $MINGW_PACKAGE_PREFIX-{ffmpeg,libjpeg-turbo,luajit}
```
Building mpv