Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
13 lines
670 B
Diff
13 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"
|