Skip to content

Commit

Permalink
CI: Enable more codecs when compiling on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Jul 4, 2024
1 parent e8b33b2 commit 2317bef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,20 @@ environment:
- arch: arm64

install:
- vcpkg install aom:%arch%-windows
- vcpkg install dav1d:%arch%-windows
- vcpkg install libde265:%arch%-windows
- vcpkg install libjpeg-turbo:%arch%-windows
- vcpkg install libpng:%arch%-windows
- vcpkg install x265:%arch%-windows
- vcpkg install dav1d:%arch%-windows
- cd c:\tools\vcpkg
- vcpkg integrate install
- cd %APPVEYOR_BUILD_FOLDER%

before_build:
- mkdir build
- cd build
- cmake .. -A %arch% -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake
- cmake .. -A %arch% -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DWITH_DAV1D=ON -DWITH_AOM_DECODER=ON -DWITH_AOM_ENCODER=ON -DWITH_JPEG_DECODER=ON -DWITH_JPEG_ENCODER=ON -DWITH_UNCOMPRESSED_CODEC=ON

build:
verbosity: normal
Expand Down

0 comments on commit 2317bef

Please sign in to comment.