From 0465cf6517f436741e97d93e3b8096688a0f7b06 Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Yadav Date: Thu, 5 Feb 2026 21:26:42 +0530 Subject: [PATCH] patch build for ffmpeg-8 --- Cargo.lock | 3 +-- Cargo.toml | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a28ebb7..44592d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,8 +291,7 @@ dependencies = [ [[package]] name = "ffmpeg-next" version = "8.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d658424d233cbd993a972dd73a66ca733acd12a494c68995c9ac32ae1fe65b40" +source = "git+https://github.com/sevenc-nanashi/rust-ffmpeg?branch=feat%2F8.0-fix#1f0d6c452a2842623ec2232860b9e1768e97c359" dependencies = [ "bitflags", "ffmpeg-sys-next", diff --git a/Cargo.toml b/Cargo.toml index 7c4ff28..e5384b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,6 +46,8 @@ signal-hook-mio = { version = "0.2.4", features = ["support-v1_0"] } [patch.crates-io] # Waiting on https://github.com/zmwangx/rust-ffmpeg-sys/pull/91 ffmpeg-sys-next = { git = "https://github.com/russelltg/rust-ffmpeg-sys", branch = "vulkan" } +# Waiting on https://github.com/zmwangx/rust-ffmpeg/pull/247 +ffmpeg-next = { git = "https://github.com/sevenc-nanashi/rust-ffmpeg", branch = "feat/8.0-fix" } # Uncomment for local dev # ffmpeg-next = { path = "../rust-ffmpeg" }