mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
e1c2ff514c
Includes fixes for FFmpeg 6. This is another `ffmpeg-sys-next` fork situation that is going to be a pain when we bump to 7.
14 lines
670 B
Diff
14 lines
670 B
Diff
diff --git a/thirdparty/ffmpeg-decoder-rs/Cargo.toml b/thirdparty/ffmpeg-decoder-rs/Cargo.toml
|
|
index 9db9ac9..4546253 100644
|
|
--- a/thirdparty/ffmpeg-decoder-rs/Cargo.toml
|
|
+++ b/thirdparty/ffmpeg-decoder-rs/Cargo.toml
|
|
@@ -20,7 +20,7 @@ default = []
|
|
rodio_source = ['rodio']
|
|
|
|
[dependencies]
|
|
-ffmpeg-sys-next = { git="https://github.com/KetaDotCC/rust-ffmpeg-sys.git", branch="master", default-features=false, features=["avcodec", "avformat", "swresample", "static"] }
|
|
+ffmpeg-sys-next = { git="https://github.com/KetaDotCC/rust-ffmpeg-sys.git", branch="master", default-features=false, features=["avcodec", "avformat", "swresample"] }
|
|
|
|
thiserror = "1.0"
|
|
log = "0.4"
|