Skip to content

Commit 7605850

Browse files
committed
ffmpeg: Use newer ffmpeg-next version
1 parent a7f8717 commit 7605850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ffmpeg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "ffmpeg_lib"
2121

2222
[dependencies]
2323
slint = { path = "../../api/rs/slint", features = ["backend-android-activity-06"] }
24-
ffmpeg-next = { version = "7.1.0" }
24+
ffmpeg-next = { version = "8.0.0" }
2525
smol = { version = "2.0.0" }
2626
anyhow = { version = "1.0" }
2727
futures = { version = "0.3.28" }
@@ -31,7 +31,7 @@ bytemuck = "1.13.1"
3131
derive_more = { workspace = true }
3232

3333
[target.'cfg(target_os = "android")'.dependencies]
34-
ffmpeg-next = { version = "7.1.0", features = ["build"] }
34+
ffmpeg-next = { version = "8.0.0", features = ["build"] }
3535

3636
[build-dependencies]
3737
slint-build = { path = "../../api/rs/build" }

0 commit comments

Comments
 (0)