Skip to content

Commit 1414867

Browse files
committed
enable some libraw features
openmp, jpeg compression in raw, deflate in raw, lcms in raw
1 parent 8a72310 commit 1414867

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

org.libvips.vipsdisp.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,12 @@
424424
"name" : "libraw",
425425
"builddir" : true,
426426
"buildsystem" : "autotools",
427+
"config-opts" : [
428+
"--enable-openmp",
429+
"--enable-jpeg",
430+
"--enable-zlib",
431+
"--enable-lcms"
432+
],
427433
"sources" : [
428434
{
429435
"type" : "archive",

0 commit comments

Comments
 (0)