1diff --git a/thirdparty/ffmpeg-decoder-rs/Cargo.toml b/thirdparty/ffmpeg-decoder-rs/Cargo.toml
2index 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']
7
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"] }
11
12 thiserror = "1.0"
13 log = "0.4"