nixpkgs/pkgs/by-name/ru/rustplayer/dynamic-lib.patch
Emily e1c2ff514c rustplayer: unstable-2022-12-04 -> 1.1.2-unstable-2024-07-14
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.
2024-08-22 15:22:25 +01:00

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"