diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-01-18 23:35:14 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-01-19 01:11:47 +0100 |
commit | 45238d78cd9535b33bfbeeaaac4645af1bd93834 (patch) | |
tree | 13f9e3d1d69dbc563e9c77dd44f22d117a5614d7 /meson_options.txt | |
parent | 8a656121a392c16428a05e27d6a33a7923e1b0b2 (diff) | |
download | fiv-45238d78cd9535b33bfbeeaaac4645af1bd93834.tar.gz fiv-45238d78cd9535b33bfbeeaaac4645af1bd93834.tar.xz fiv-45238d78cd9535b33bfbeeaaac4645af1bd93834.zip |
Mesonize JPEG Quant Smooth
Now SIMD works on amd64, although the build remains questionable,
because it assumes that all of its compiler flags will work.
This way we lose an uncomfortable git submodule.
Also, add Meson subprojects to .gitignore.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 1ecc87b..d59a568 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,6 +1,6 @@ option('lcms2', type : 'feature', value : 'auto', description : 'Build with Little CMS colour management') -option('jpeg-qs', type : 'feature', value : 'enabled', +option('libjpegqs', type : 'feature', value : 'auto', description : 'Build with JPEG Quant Smooth integration') option('libraw', type : 'feature', value : 'auto', description : 'Build with raw photo support, requires LibRaw') |