Skip to content

Commit

Permalink
support ffmpeg 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Nov 24, 2023
1 parent 161dec4 commit 52c47fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
14 changes: 6 additions & 8 deletions Cargo.lock

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

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ wayland-protocols = { version = "0.31", features = [
"staging",
] }
wayland-protocols-wlr = { version = "0.2", features = ["client"] }
ffmpeg-next = "6.0.0"

# ffmpeg-next does not support ffmpeg 6.1 yet, so grab from the 6.1 PR
ffmpeg-next = { git = "https://github.com/zmwangx/rust-ffmpeg", rev = "24ccb76c8c99d1dd53addb1d4056aed450138567" }
thiserror = "1.0.38"
drm-fourcc = "2.2.0"
human-size = "0.4.2"
Expand All @@ -44,3 +46,7 @@ serde_json = "1.0.103"

[profile.release]
lto = "thin"

# seee above
[patch.crates-io]
ffmpeg-sys-next = { git = "https://github.com/AdrianEddy/rust-ffmpeg-sys", rev = "f58d6f20afa3859f8b3aa00b064a5336f641e63e" }

0 comments on commit 52c47fd

Please sign in to comment.