Skip to content

Commit 76cd262

Browse files
dhanush varmadhanush varma
authored andcommitted
Revert "fix: use rsmpeg 0.13.0 for Windows to match available FFmpeg version"
This reverts commit 4c1fb46.
1 parent 4c1fb46 commit 76cd262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rust/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ encoding_rs = "0.8.5"
2828

2929
# Use rsmpeg with platform-specific FFmpeg features and versions
3030
[target.'cfg(target_os = "linux")'.dependencies]
31-
rsmpeg = { version = "0.14.2", default-features = false, features = ["ffmpeg6", "link_system_ffmpeg"], optional = true }
31+
rsmpeg = { version = "0.15.1", default-features = false, features = ["ffmpeg6", "link_system_ffmpeg"], optional = true }
3232

3333
[target.'cfg(target_os = "windows")'.dependencies]
34-
rsmpeg = { version = "0.13.0", default-features = false, features = ["ffmpeg5", "link_system_ffmpeg"], optional = true }
34+
rsmpeg = { version = "0.15.1", default-features = false, features = ["ffmpeg6", "link_system_ffmpeg"], optional = true }
3535

3636
# Fallback for other platforms (FreeBSD, etc.)
3737
[target.'cfg(not(any(target_os = "linux", target_os = "windows")))'.dependencies]
3838
rsmpeg = { version = "0.18.0", default-features = false, features = ["ffmpeg8", "link_system_ffmpeg"], optional = true }
3939

4040
[build-dependencies]
41-
bindgen = "0.64.0"
41+
bindgen = "0.69.5"
4242
pkg-config = "0.3.32"
4343

4444
[features]

0 commit comments

Comments
 (0)