Skip to content

Commit

Permalink
macOS/Qt5: Fix HEIF
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Oct 14, 2024
1 parent 6ec60d6 commit f8a4884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pwsh/get-vcpkg-deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ if ($IsWindows) {
choco install nasm
} elseif ($IsMacOS) {
brew install nasm
# Uninstall this because it can result in a non-working heif plugin,
# but it might not be present, so silence stderr
brew uninstall --ignore-dependencies webp 2>$null
} else {
# (and bonus dependencies)
sudo apt-get install nasm libxi-dev libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev libxrandr-dev libxxf86vm-dev
Expand Down

0 comments on commit f8a4884

Please sign in to comment.