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']
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"] }