-
Notifications
You must be signed in to change notification settings - Fork 1
Description
First of all thanks for your documentation. It helps me a lot to build my own toolchain on a pure Linux 32Bits machine.
Restructured document is available at www.davidgis.fr/documentation/Cross-Compil_MPV_on_Linux-32Bits_For_Windows-32Bits_Using_MinGW-w64_5.0.4_GCC-7.2.0/index.rst
I would like to share some notes if you are still maintain this document. This is a pretty nice document. It helps me a lot as a guide for dependancies
Package bzip2: bzip.org website is now down
For the past week, this site is down. You have to download sources using any other URL
(example https://src.fedoraproject.org/lookaside/pkgs/bzip2/bzip2-1.0.6.tar.gz/00b516f4704d4a7cb50a1d97e6e8e15b/bzip2-1.0.6.tar.gz)
Libass package: enable directwrite is recommended for 32 Bits
I built it with and without this flag. I noticed that
without it: mpv on Windows 64 bits can not start
with it: mpv on Windows 64 can start
wine and binfmts
Wine crashed only for one test for Theora while configure is running. But it does not prevent configure to end properly. I used wine-staging 3.15 for the tests
Regards.