diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-04 15:20:03 +0200 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-04 16:16:52 +0200 | 
| commit | 338ae69121424368fbbe7dcff9a990aeb8e6fc52 (patch) | |
| tree | 5b9ef520e016a2a17981c0bccabfdc58abe05f30 /meson_options.txt | |
| parent | 1c61fcc5bc656d5c5ded34905213752ce0c4d6be (diff) | |
| download | fiv-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.txt | 2 | 
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',  | 
