diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-22 10:59:03 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-22 14:20:39 +0100 |
commit | 2d4cab52b37c58c881e8bb7786adbe868f004a63 (patch) | |
tree | 7386bd3c94da4bc099c498f4b68feab8d7aaecd8 /meson_options.txt | |
parent | 46edd4406c360ca85e83b7bec30ce115e186346f (diff) | |
download | fiv-2d4cab52b37c58c881e8bb7786adbe868f004a63.tar.gz fiv-2d4cab52b37c58c881e8bb7786adbe868f004a63.tar.xz fiv-2d4cab52b37c58c881e8bb7786adbe868f004a63.zip |
Integrate jpeg-quantsmooth
Also, don't pointlessly store JPEGs in an ARGB Cairo surface.
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 97e393b..5318848 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,5 @@ +option('jpeg-qs', type : 'feature', value : 'enabled', + description : 'Build with JPEG Quant Smooth integration') option('libraw', type : 'feature', value : 'auto', description : 'Build with raw photo support, requires LibRaw') option('librsvg', type : 'feature', value : 'auto', |