We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e612f41 commit e8ade13Copy full SHA for e8ade13
ci/build-win32.ps1
@@ -180,6 +180,15 @@ $projects = @(
180
Path = "$subprojects/libjxl-cmake.wrap"
181
URL = "https://github.com/libjxl/libjxl"
182
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
+ )
192
}
193
)
194
@@ -214,6 +223,7 @@ meson setup build `
214
223
-Dffmpeg:vulkan=auto `
215
224
-Dffmpeg:libdav1d=enabled `
216
225
-Dffmpeg:libjxl=enabled `
226
+ -Dffmpeg:libaom=enabled `
217
227
-Dlcms2:fastfloat=true `
218
228
-Dlcms2:jpeg=disabled `
219
229
-Dlcms2:tiff=disabled `
0 commit comments