mpv-i686-cross-compiling-MinGW32-Doc Code
Cross-compiling MPV Player for Win32 (doc + releases)
Brought to you by:
rboxeur
| File | Date | Author | Commit |
|---|---|---|---|
| Makefile | 2018-09-30 |
|
[294c4a] Initialize by adding need files |
| MinGW32_Linux_Distro_Logo.png | 2018-09-30 |
|
[294c4a] Initialize by adding need files |
| README.md | 2018-10-01 |
|
[11298c] README.md: changed Topic |
| green.png | 2018-09-30 |
|
[294c4a] Initialize by adding need files |
| index.rst | 2018-10-02 |
|
[a79d65] Prepare files for the next stable build |
| info.png | 2018-09-30 |
|
[294c4a] Initialize by adding need files |
| mpv.png | 2018-09-30 |
|
[294c4a] Initialize by adding need files |
| red.png | 2018-09-30 |
|
[294c4a] Initialize by adding need files |
| style.css | 2018-09-30 |
|
[294c4a] Initialize by adding need files |
| warn.png | 2018-09-30 |
|
[294c4a] Initialize by adding need files |
This repository contains my own documentation to cross-compil MPV Player
(https://mpv.io/) on Linux 32Bits (i686-w64-mingw32-gcc/g++) using
I tried to follow steps from https://github.com/qyot27/mpv/blob/extra-new/DOCS/crosscompile-mingw-tedious.txt by adding additional packages (crossc, shaderc, angleproject, vulkan-sdk ...)
MinGW-w64 Toolchain is built on a pure native Linux 32 Bits machine
You can download some builds for win32 for MPV (see releases section).
They were tested on
index.rst is the main file of this repositoryMakefile helps to convert index.rst to index.html*.png images for documentationRegards.