Compile fails (missing cargo dependency) #5
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ffmpeg/build-script#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Compiling fails because Cargo is not installed.
You need to add this in the script.
changed title from Compile fails to Compile fails{+ (missing cargo dependency)+}
assigned to @martinr92
Compiling cargo is not part of this project. For this reason it is mentioned in the requirements.
Follow the instructions on rust:
https://www.rust-lang.org/tools/install
Cargo / Rust is currently only used for the rav1e (AV1 encoder). If you don't need this encoder you can also skip it with the parameter
-SKIP_RAV1E=YES