quietvoid / dovi_tool

dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision.
MIT License
581 stars 57 forks source link

32 bits version #177

Closed erazortt closed 1 year ago

erazortt commented 1 year ago

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

quietvoid commented 1 year ago

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

quietvoid commented 1 year ago

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

erazortt commented 1 year ago

Yes, perhaps l you could describe what I’d need to do to build libdovi for 32 bits.

Am 18.08.2022 um 17:08 schrieb quietvoid @.***>:

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

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

quietvoid commented 1 year ago

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