Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/rav1e.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
git clone -b v0.6.6 --depth 1 https://github.com/xiph/rav1e.git

cd rav1e
cargo install cargo-c
cargo install cargo-c --locked
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: List the "--locked" option before "cargo-c".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


mkdir build.libavif
cargo cinstall --release --library-type=staticlib --prefix=/usr --destdir build.libavif
Expand Down