quietvoid / dovi_tool

dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

32 bits version

erazortt opened this issue · comments

Would it be possible to also have a 32 bits version of libdovi?

I don't want to provide 32 bit builds.
You can try building it yourself.

I'll close this, let me know if you need help building.

It's in the readme: https://github.com/quietvoid/dovi_tool/tree/main/dolby_vision
The rest is the usual Rust compilation setup, and building for the i686-pc-windows-msvc target.

It would probably go like this:
cargo cbuild --manifest-path dolby_vision/Cargo.toml --release --target i686-pc-windows-msvc