Skip to content

Commit

Permalink
Add nasm to optionally enable faster AVIF encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored and kornelski committed Mar 23, 2024
1 parent 87cbef7 commit d407e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ webp = ["dep:image-webp"]

# Other features
rayon = ["dep:rayon"] # Enables multi-threading
nasm = ["ravif?/asm"] # Enables use of nasm by rav1e (requires nasm to be installed)
avif-native = ["dep:mp4parse", "dep:dcv-color-primitives", "dep:dav1d"] # Enable native dependency libdav1d
benchmarks = [] # Build some inline benchmarks. Useful only during development (requires nightly Rust)

Expand Down

0 comments on commit d407e36

Please sign in to comment.