aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-04 15:20:03 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-06-04 16:16:52 +0200
commit338ae69121424368fbbe7dcff9a990aeb8e6fc52 (patch)
tree5b9ef520e016a2a17981c0bccabfdc58abe05f30 /meson_options.txt
parent1c61fcc5bc656d5c5ded34905213752ce0c4d6be (diff)
downloadfiv-338ae69121424368fbbe7dcff9a990aeb8e6fc52.tar.gz
fiv-338ae69121424368fbbe7dcff9a990aeb8e6fc52.tar.xz
fiv-338ae69121424368fbbe7dcff9a990aeb8e6fc52.zip
Add support for the Little CMS fast float plugin
On a sample of JPEGs, it improved loading speed from ~0.26s to ~0.15s. Unfortunately, it isn't normally installed.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index dad40f8..2aa0f9c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,6 +3,8 @@ option('tools', type : 'feature', value : 'disabled',
option('lcms2', type : 'feature', value : 'auto',
description : 'Build with Little CMS colour management')
+option('lcms2fastfloat', type : 'feature', value : 'auto',
+ description : 'Build with Little CMS fast float plugin support')
option('libjpegqs', type : 'feature', value : 'auto',
description : 'Build with JPEG Quant Smooth integration')
option('libraw', type : 'feature', value : 'auto',