Skip to content

Commit

Permalink
Use upstream rav1e 0.4 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Feb 24, 2021
1 parent a6d014b commit 2c19d81
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.5.0
- Bump rav1e dependency to 0.4
- Expose `new_detector` and `detect_scene_changes` since these
may be useful in some situations to use directly

## Version 0.4.2
- Fix compilation on non-x86 targets
- Bump various dependencies
Expand Down
25 changes: 14 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ y4m = "0.7.0"
clap = { version = "2.33.3", optional = true }
serde = { version = "1.0.123", optional = true, features = ["derive"] }
serde_json = { version = "1.0.62", optional = true }
# TODO: Use upstream once rav1e 0.4 is released
rav1e = { git = "https://github.com/xiph/rav1e", default-features = false, features = ["asm", "scenechange"] }
rav1e = { version = "0.4", default-features = false, features = ["asm", "scenechange"] }

[features]
default = ["binary"]
Expand Down

0 comments on commit 2c19d81

Please sign in to comment.