fix: use fork

This commit is contained in:
kieran 2024-11-20 21:56:11 +00:00
parent 8f7c47d4fe
commit f58998940d
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]] [[package]]
name = "ffmpeg-sys-the-third" name = "ffmpeg-sys-the-third"
version = "2.1.0+ffmpeg-7.1" 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 = [ dependencies = [
"bindgen", "bindgen",
"cc", "cc",

View File

@ -10,7 +10,7 @@ crate-type = ["lib", "cdylib"]
[dependencies] [dependencies]
anyhow = "1.0.91" 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" } libc = { version = "0.2.160" }
slimbox = "0.1.0" slimbox = "0.1.0"
log = "0.4.22" log = "0.4.22"