mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-04-21 16:01:56 +00:00
32bit build
This commit is contained in:
parent
4a6ea31cff
commit
c84df10c78
4 changed files with 25 additions and 19 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
A Windows-only shell using WebView2 and MPV
|
||||
|
||||
The MPV library is obtained from [sourceForge](https://sourceforge.net/projects/mpv-player-windows/files/libmpv/) where the latest working DLL is in the build `mpv-dev-i686-20211212-git-0e76372`. It must be `mpv-1.dll` and not `mpv-2.dll` unless [libmpv-rs](https://github.com/ParadoxSpiral/libmpv-rs) update their repo. The `mpv.lib` file is generated with the developer prompt for VS2019 using the following command:
|
||||
|
||||
```
|
||||
lib /def:mpv.def /machine:x86 /out:mpv.lib
|
||||
```
|
||||
|
||||
Goals:
|
||||
* Performance
|
||||
* Reliability
|
||||
|
|
|
|||
BIN
mpv.dll
BIN
mpv.dll
Binary file not shown.
BIN
mpv.lib
BIN
mpv.lib
Binary file not shown.
|
|
@ -1,2 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "stable-x86_64-pc-windows-msvc"
|
||||
channel = "stable-i686-pc-windows-msvc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue