mastodon: 4.3.1 -> 4.3.2 (#361487)
[NixPkgs.git] / pkgs / by-name / ru / rustplayer / dynamic-lib.patch
blobfabb9f1630d7b721d1cfee7810c859669431d354
1 diff --git a/thirdparty/ffmpeg-decoder-rs/Cargo.toml b/thirdparty/ffmpeg-decoder-rs/Cargo.toml
2 index 9db9ac9..4546253 100644
3 --- a/thirdparty/ffmpeg-decoder-rs/Cargo.toml
4 +++ b/thirdparty/ffmpeg-decoder-rs/Cargo.toml
5 @@ -20,7 +20,7 @@ default = []
6 rodio_source = ['rodio']
8 [dependencies]
9 -ffmpeg-sys-next = { git="https://github.com/KetaDotCC/rust-ffmpeg-sys.git", branch="master", default-features=false, features=["avcodec", "avformat", "swresample", "static"] }
10 +ffmpeg-sys-next = { git="https://github.com/KetaDotCC/rust-ffmpeg-sys.git", branch="master", default-features=false, features=["avcodec", "avformat", "swresample"] }
12 thiserror = "1.0"
13 log = "0.4"