DOCS/compile-windows.md: drop unused dependency

This commit is contained in:
wm4 2015-06-16 17:34:38 +02:00
parent 82ff32ffac
commit 488ebdb0d5
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ pacman -S git pkg-config python3 mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-ffmpeg mingw-w64-x86_64-libjpeg-turbo mingw-w64-x86_64-lua
# Install additional (optional) dependencies
pacman -S mingw-w64-x86_64-libdvdnav mingw-w64-x86_64-mpg123 mingw-w64-x86_64-libguess
pacman -S mingw-w64-x86_64-libdvdnav mingw-w64-x86_64-libguess
```
For a 32-bit build, install ``mingw-w64-i686-*`` packages instead.