Skip to content

Commit ecf9593

Browse files
committed
Fix libheif build command
1 parent a1e7652 commit ecf9593

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config/lib.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,9 @@
299299
"lib-depends": [
300300
"libde265",
301301
"libwebp",
302-
"libaom"
302+
"libaom",
303+
"zlib",
304+
"brotli"
303305
]
304306
},
305307
"libiconv": {

src/SPC/builder/unix/library/libheif.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected function build(): void
3131
'-DWITH_GDK_PIXBUF=OFF ' .
3232
'-DBUILD_TESTING=OFF ' .
3333
'-DWITH_LIBSHARPYUV=ON ' . // optional: libwebp
34+
'-DENABLE_PLUGIN_LOADING=OFF ' .
3435
'..'
3536
)
3637
->exec("cmake --build . -j {$this->builder->concurrency}")

0 commit comments

Comments
 (0)