summaryrefslogtreecommitdiffstats
path: root/DOCS/compile-windows.md
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2019-07-30 23:57:50 +0100
committerRicardo Constantino <wiiaboo@gmail.com>2019-07-30 23:57:50 +0100
commit69c93b6f0e669780cb1883d21d818ee14a590b8e (patch)
treea6a0eb6f1919b73d3586ab0f33b5283637a79656 /DOCS/compile-windows.md
parent82ba31c6369303c987abeb4d01e9e8ec07a8ef64 (diff)
downloadmpv-69c93b6f0e669780cb1883d21d818ee14a590b8e.tar.bz2
mpv-69c93b6f0e669780cb1883d21d818ee14a590b8e.tar.xz
DOCS/compile-windows: remove angleproject-git from deps
Basically just to trigger a doc rebuild, but might as well do a useful change, since angleproject-git is no longer a valid package in MSYS2.
Diffstat (limited to 'DOCS/compile-windows.md')
-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 08d4564474..fcf1be7e70 100644
--- a/DOCS/compile-windows.md
+++ b/DOCS/compile-windows.md
@@ -136,7 +136,7 @@ pacman -S git python $MINGW_PACKAGE_PREFIX-{pkg-config,gcc}
# 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,angleproject-git}
+pacman -S $MINGW_PACKAGE_PREFIX-{ffmpeg,libjpeg-turbo,lua51}
```
Building mpv