From 9d659ed847d93bae609ba0b3aed4bf489c6940a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Tue, 17 Jan 2023 01:58:03 +0100 Subject: [PATCH] DOCS/compile-windows.md: update MSYS2 packages --- DOCS/compile-windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/compile-windows.md b/DOCS/compile-windows.md index ff0067a01e..04bc200f37 100644 --- a/DOCS/compile-windows.md +++ b/DOCS/compile-windows.md @@ -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