It works!

This commit is contained in:
Benjamin Schaaf
2021-04-15 23:14:20 +10:00
parent aa8b2409d9
commit 337526e9b9
19 changed files with 1230 additions and 675 deletions

View File

@@ -1,6 +1,6 @@
project('megapixels', 'c')
gnome = import('gnome')
gtkdep = dependency('gtk+-3.0')
gtkdep = dependency('gtk4')
tiff = dependency('libtiff-4')
zbar = dependency('zbar')
threads = dependency('threads')
@@ -34,6 +34,7 @@ executable('megapixels',
'ini.c',
'quickpreview.c',
'gl_quickpreview.c',
'gl_utils.c',
'camera.c',
'device.c',
'pipeline.c',