Commit 167acfd9 for libheif

commit 167acfd9df4b369852656a61e9067b7db7958f45
Author: Dirk Farin <dirk.farin@gmail.com>
Date:   Sun Mar 22 17:58:03 2026 +0100

    appveyor: enable ffmpeg again and compile x265 for all architectures

diff --git a/appveyor.yml b/appveyor.yml
index 419cb196..79bec594 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,14 +26,14 @@ install:
   #- vcpkg upgrade --no-dry-run
   # --- Phase 2: uncomment the two lines below to compile ffmpeg ---
   - vcpkg upgrade --no-dry-run
-  #- vcpkg install ffmpeg[avcodec]:%triplet%
+  - vcpkg install ffmpeg[avcodec]:%triplet%
   - vcpkg install aom:%triplet%
   - ps: If (${env:arch} -ne "Win32") { vcpkg install dav1d:${env:triplet} }
   - vcpkg install libde265:%triplet%
   - vcpkg install libjpeg-turbo:%triplet%
   - vcpkg install libpng:%triplet%
   - vcpkg install tiff:%triplet%
-  - ps: If (${env:arch} -eq "x64") { vcpkg install x265:${env:triplet} }
+  - vcpkg install x265:${env:triplet}
   - vcpkg install zlib:%triplet%
   - cd c:\tools\vcpkg
   - vcpkg integrate install