From 5b1d2abb7107c00069725a0f16da5b3e06cd1167 Mon Sep 17 00:00:00 2001 From: 21pages Date: Thu, 29 Jun 2023 13:33:23 +0800 Subject: [PATCH] hwcodec stable branch Signed-off-by: 21pages --- Cargo.lock | 2 +- libs/scrap/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31e3f1b99..eefc48a77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2949,7 +2949,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hwcodec" version = "0.1.0" -source = "git+https://github.com/21pages/hwcodec#d55f7761ef692fae738259d8c14506d901eb824c" +source = "git+https://github.com/21pages/hwcodec?branch=stable#3ea79865a10387b7e1b7630c2ae068bd2081f680" dependencies = [ "bindgen 0.59.2", "cc", diff --git a/libs/scrap/Cargo.toml b/libs/scrap/Cargo.toml index 5d5968b1f..ffce4ab97 100644 --- a/libs/scrap/Cargo.toml +++ b/libs/scrap/Cargo.toml @@ -54,4 +54,4 @@ gstreamer-app = { version = "0.16", features = ["v1_10"], optional = true } gstreamer-video = { version = "0.16", optional = true } [target.'cfg(any(target_os = "windows", target_os = "linux"))'.dependencies] -hwcodec = { git = "https://github.com/21pages/hwcodec", optional = true } +hwcodec = { git = "https://github.com/21pages/hwcodec", branch = "stable", optional = true }