From eb60fefc3b7e9b5367bca9d3b5e5d4e50f5b72a7 Mon Sep 17 00:00:00 2001 From: Carlo Abelli Date: Sun, 15 Mar 2020 12:51:46 -0400 Subject: Add HEIF support Support the HEIF format using libheif. --- meson_options.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meson_options.txt') 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' +) -- cgit v1.2.3