aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlo Abelli <carlo@abelli.me>2020-03-15 12:51:46 -0400
committerHarry Jeffery <harry@exec64.co.uk>2020-05-21 11:31:04 +0100
commiteb60fefc3b7e9b5367bca9d3b5e5d4e50f5b72a7 (patch)
treefc243dd3251785facd58b332921723b488fae533 /meson_options.txt
parentbdfa1fcbae4ce41ecfc92ab0a04a0262875b1730 (diff)
downloadimv-eb60fefc3b7e9b5367bca9d3b5e5d4e50f5b72a7.tar.gz
Add HEIF support
Support the HEIF format using libheif.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 18159dc..f7ecd79 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -57,3 +57,11 @@ option('libnsgif',
type : 'feature',
description : 'provides: animated gif'
)
+
+# libheif http://www.libheif.org
+# depends: none
+# license: LGPL
+option('libheif',
+ type : 'feature',
+ description : 'provides: heif'
+)