Skip to content

Commit

Permalink
Remove libheif arm64-windows workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Oct 12, 2024
1 parent 51367a6 commit cac339e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pwsh/get-vcpkg-deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ function WriteOverlayTriplet() {
function InstallPackages() {
WriteOverlayTriplet

# libheif: Skip x265 on arm64-windows as it doesn't build (only needed for encoding)
$libheif = $env:VCPKG_DEFAULT_TRIPLET -eq 'arm64-windows' ? 'libheif[core]' : 'libheif'

& "$env:VCPKG_ROOT/$vcpkgexec" install libjxl libavif[aom] $libheif openexr zlib libraw
& "$env:VCPKG_ROOT/$vcpkgexec" install libjxl libavif[aom] libheif openexr zlib libraw
}

# Build for main triplet
Expand Down

0 comments on commit cac339e

Please sign in to comment.