From dac174540b02551523c150b744ac39d5aa942736 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 8 Oct 2024 16:58:07 +0800 Subject: [PATCH] update rsmpeg dependencies --- ffmpeg-next/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg-next/Cargo.toml b/ffmpeg-next/Cargo.toml index eb70394..47a501d 100644 --- a/ffmpeg-next/Cargo.toml +++ b/ffmpeg-next/Cargo.toml @@ -30,5 +30,5 @@ default = [ libc = "0.2" bitflags = "2.6" image = { version = "0.25", optional = true } -rsmpeg = { path = "/Users/admin/Workspace/rust/github.com/rsmpeg" } +rsmpeg = { git = "https://github.com/larksuite/rsmpeg", branch = "master", features = ["ffmpeg7", "link_system_ffmpeg"] }