Skip to content

Commit e8ade13

Browse files
Norgermankasper93
authored andcommitted
ci/win32: enable libaom
1 parent e612f41 commit e8ade13

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ci/build-win32.ps1

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,15 @@ $projects = @(
180180
Path = "$subprojects/libjxl-cmake.wrap"
181181
URL = "https://github.com/libjxl/libjxl"
182182
Revision = "main"
183+
},
184+
@{
185+
Path = "$subprojects/aom.wrap"
186+
URL = "https://aomedia.googlesource.com/aom"
187+
Revision = "main"
188+
Method = "cmake"
189+
Provides = @(
190+
"aom = aom_dep"
191+
)
183192
}
184193
)
185194

@@ -214,6 +223,7 @@ meson setup build `
214223
-Dffmpeg:vulkan=auto `
215224
-Dffmpeg:libdav1d=enabled `
216225
-Dffmpeg:libjxl=enabled `
226+
-Dffmpeg:libaom=enabled `
217227
-Dlcms2:fastfloat=true `
218228
-Dlcms2:jpeg=disabled `
219229
-Dlcms2:tiff=disabled `

0 commit comments

Comments
 (0)