diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-11 14:40:10 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-11 16:11:25 +0100 |
commit | ac70c7724b1aa5020f358768451c08d4c77ac1ff (patch) | |
tree | 9dc5de2f5b2dd0a0da0d8f05ba9da9ebd9673d31 /meson_options.txt | |
parent | 5f4090aaee642b905c8c1a1385bb975072fca1f6 (diff) | |
download | fiv-ac70c7724b1aa5020f358768451c08d4c77ac1ff.tar.gz fiv-ac70c7724b1aa5020f358768451c08d4c77ac1ff.tar.xz fiv-ac70c7724b1aa5020f358768451c08d4c77ac1ff.zip |
Add preliminary HEIF/AVIF support
The gdk-pixbuf plugin does not work here, for whatever reason.
Moreover, close integration exposes higher bit depths, metadata,
and auxiliary images.
The library is awful and copylefted, but it's the only reasonable
thing that works.
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 b360330..f428622 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,6 +4,8 @@ option('librsvg', type : 'feature', value : 'auto', description : 'Build with SVG support, requires librsvg') option('xcursor', type : 'feature', value : 'auto', description : 'Build with Xcursor support, requires libXcursor') +option('libheif', type : 'feature', value : 'auto', + description : 'Build with HEIF/AVIF support, requires libheif') option('libtiff', type : 'feature', value : 'auto', description : 'Build with TIFF support, requires libtiff') option('gdk-pixbuf', type : 'feature', value : 'auto', |