Skip to content

Commit d41fb3c

Browse files
cfsmp3claude
andcommitted
[FIX] Update vcpkg baseline and rsmpeg to fix Windows build
Update vcpkg baseline from Feb 2024 to Dec 2025 to resolve libxml2 hash mismatch. GitLab regenerates archives dynamically, causing SHA512 verification failures with old baselines. Update rsmpeg to 0.15.1 with ffmpeg7 support for Windows to match the ffmpeg 7.1.2 provided by the new vcpkg baseline. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 42d7509 commit d41fb3c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
RUSTFLAGS: -Ctarget-feature=+crt-static
55
VCPKG_DEFAULT_TRIPLET: x64-windows-static
66
VCPKG_DEFAULT_BINARY_CACHE: C:\vcpkg\.cache
7-
VCPKG_COMMIT: fba75d09065fcc76a25dcf386b1d00d33f5175af
7+
VCPKG_COMMIT: ab2977be50c702126336e5088f4836060733c899
88

99
on:
1010
workflow_dispatch:

src/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ encoding_rs = "0.8.5"
3131
rsmpeg = { version = "0.14.2", default-features = false, features = ["ffmpeg6", "link_system_ffmpeg"], optional = true }
3232

3333
[target.'cfg(target_os = "windows")'.dependencies]
34-
rsmpeg = { version = "0.14.2", default-features = false, features = ["ffmpeg6", "link_system_ffmpeg"], optional = true }
34+
rsmpeg = { version = "0.15.1", default-features = false, features = ["ffmpeg7", "link_system_ffmpeg"], optional = true }
3535

3636
# Fallback for other platforms (FreeBSD, etc.)
3737
[target.'cfg(not(any(target_os = "linux", target_os = "windows")))'.dependencies]

windows/vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"tesseract",
77
"ffmpeg"
88
],
9-
"builtin-baseline": "fba75d09065fcc76a25dcf386b1d00d33f5175af"
10-
}
9+
"builtin-baseline": "ab2977be50c702126336e5088f4836060733c899"
10+
}

0 commit comments

Comments
 (0)