Prepare for parallelized colour management
This rewrite is more or less necessary for: - colour-managed browser thumbnails, - asynchronous image loading, - turning fiv-io into a reusable library. Little CMS has a fairly terrible API in this regard.
This commit is contained in:
		@@ -164,7 +164,7 @@ tiff_tables = custom_target('tiff-tables.h',
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
desktops = ['fiv.desktop', 'fiv-browse.desktop']
 | 
			
		||||
iolib = static_library('fiv-io', 'fiv-io.c', 'fiv-io-profile.c', 'xdg.c',
 | 
			
		||||
iolib = static_library('fiv-io', 'fiv-io.c', 'fiv-io-cmm.c', 'xdg.c',
 | 
			
		||||
	tiff_tables,
 | 
			
		||||
	dependencies : dependencies).extract_all_objects(recursive : true)
 | 
			
		||||
exe = executable('fiv', 'fiv.c', 'fiv-view.c', 'fiv-context-menu.c',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user