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 a1e7652 commit ecf9593Copy full SHA for ecf9593
config/lib.json
@@ -299,7 +299,9 @@
299
"lib-depends": [
300
"libde265",
301
"libwebp",
302
- "libaom"
+ "libaom",
303
+ "zlib",
304
+ "brotli"
305
]
306
},
307
"libiconv": {
src/SPC/builder/unix/library/libheif.php
@@ -31,6 +31,7 @@ protected function build(): void
31
'-DWITH_GDK_PIXBUF=OFF ' .
32
'-DBUILD_TESTING=OFF ' .
33
'-DWITH_LIBSHARPYUV=ON ' . // optional: libwebp
34
+ '-DENABLE_PLUGIN_LOADING=OFF ' .
35
'..'
36
)
37
->exec("cmake --build . -j {$this->builder->concurrency}")
0 commit comments