HandBrake-docs icon indicating copy to clipboard operation
HandBrake-docs copied to clipboard

Instructions on how to build with libdovi

Open journeym opened this issue 1 year ago • 1 comments

Can someone help me build with libdovi support on linux? It's not mentioned in the instruction on how to do so.

journeym avatar Apr 07 '24 15:04 journeym

For ubuntu: apt install libssl-dev curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y cargo install cargo-c

add configure switch : --enable-libdovi (or dovi, dont remember)

journeym avatar Apr 07 '24 17:04 journeym