aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-12-22 10:59:03 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-12-22 14:20:39 +0100
commit2d4cab52b37c58c881e8bb7786adbe868f004a63 (patch)
tree7386bd3c94da4bc099c498f4b68feab8d7aaecd8 /meson_options.txt
parent46edd4406c360ca85e83b7bec30ce115e186346f (diff)
downloadfiv-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.txt2
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',