Merge pull request #4792 from 21pages/fix

hwcodec stable branch
This commit is contained in:
RustDesk 2023-06-29 14:18:57 +08:00 committed by GitHub
commit 137c5a00b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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 }