chore: use mirror

This commit is contained in:
kieran 2024-11-13 19:00:28 +00:00
parent dc778d12a9
commit bde945fe88
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -187,7 +187,7 @@ dependencies = [
[[package]]
name = "ffmpeg-sys-the-third"
version = "2.1.0+ffmpeg-7.1"
source = "git+https://github.com/shssoichiro/ffmpeg-the-third.git?branch=master#814f8b9464dc250a7093415fdd72a27c6f9e7621"
source = "git+https://git.v0l.io/ffmpeg/ffmpeg-the-third.git?branch=master#0fdfa9ab506f5c92aad5a175db081c8a2c1579a1"
dependencies = [
"bindgen",
"cc",

View File

@ -10,7 +10,7 @@ crate-type = ["lib", "cdylib"]
[dependencies]
anyhow = "1.0.91"
ffmpeg-sys-the-third = { git = "https://github.com/shssoichiro/ffmpeg-the-third.git", branch = "master", package = "ffmpeg-sys-the-third" }
ffmpeg-sys-the-third = { git = "https://git.v0l.io/ffmpeg/ffmpeg-the-third.git", branch = "master", package = "ffmpeg-sys-the-third" }
libc = { version = "0.2.160" }
slimbox = "0.1.0"
log = "0.4.22"