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
- Linux 32-Bits: using Wine-Staging-PBA >= 3.16
- Windows 7 32-Bits: HP 350 G2 - CPU = 3805U (https://www.fnac.com/mp24376719/HP-350-G2-15-6-Pentium-3805U-4-Go-RAM-500-Go-HDD/w-4)
- Windows XP is not supported.
index.rst
is the main file of this repositoryMakefile
helps to convert index.rst
to index.html
*.png
images for documentationRegards.