Add RAW support using LibRaw

This commit is contained in:
2021-09-16 12:35:36 +02:00
parent 97781f6af4
commit 913267724a
4 changed files with 136 additions and 7 deletions

2
meson_options.txt Normal file
View File

@@ -0,0 +1,2 @@
option('libraw', type : 'feature', value : 'auto',
description : 'Build with RAW support, requires LibRaw')