mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
b331e388aa
Co-authored-by: Zaechus <zaechus@pm.me> Co-authored-by: ocfox <i@ocfox.me>
13 lines
674 B
Diff
13 lines
674 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/Kingtous/rust-ffmpeg-sys.git", branch="fix/4.4.0", default-features=false, features=["avcodec", "avformat", "swresample", "static"] }
|
|
+ffmpeg-sys-next = { git="https://github.com/Kingtous/rust-ffmpeg-sys.git", branch="fix/4.4.0", default-features=false, features=["avcodec", "avformat", "swresample"] }
|
|
|
|
thiserror = "1.0"
|
|
log = "0.4"
|