From 717845dc5dcbf5c5cb55fafd24a40479b4d57fb5 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Fri, 18 Mar 2016 17:25:40 -0700 Subject: 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. --- DOCS/compile-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') 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. -- cgit v1.2.3