diff options
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 153a3e3..03054ff 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -18,4 +18,7 @@ option('avif', type : 'feature', value : 'auto', description : 'AVIF loader backend (libavif)') option('heif', type : 'feature', value : 'auto', - description : 'HEIF/HEIC loader backend (libheif)')
\ No newline at end of file + description : 'HEIF/HEIC loader backend (libheif)') + +option('jpeg', type : 'feature', value : 'auto', + description : 'libjpeg-turbo direct JPEG backend (progressive low-res preview)')
\ No newline at end of file |
