fix: use fork
This commit is contained in:
parent
8f7c47d4fe
commit
f58998940d
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -187,7 +187,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ffmpeg-sys-the-third"
|
||||
version = "2.1.0+ffmpeg-7.1"
|
||||
source = "git+https://git.v0l.io/ffmpeg/ffmpeg-the-third.git?branch=master#0fdfa9ab506f5c92aad5a175db081c8a2c1579a1"
|
||||
source = "git+https://git.v0l.io/Kieran/ffmpeg-the-third.git#e5f8e077b04b10d5887bce4df1eb1a71738a6c66"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"cc",
|
||||
|
@ -10,7 +10,7 @@ crate-type = ["lib", "cdylib"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.91"
|
||||
ffmpeg-sys-the-third = { git = "https://git.v0l.io/ffmpeg/ffmpeg-the-third.git", branch = "master", package = "ffmpeg-sys-the-third" }
|
||||
ffmpeg-sys-the-third = { git = "https://git.v0l.io/Kieran/ffmpeg-the-third.git", ref = "e5f8e077b04b10d5887bce4df1eb1a71738a6c66", package = "ffmpeg-sys-the-third" }
|
||||
libc = { version = "0.2.160" }
|
||||
slimbox = "0.1.0"
|
||||
log = "0.4.22"
|
||||
|
Loading…
x
Reference in New Issue
Block a user