Unite most info tools into just one binary
Turn this into more of an fq alternative, when used with jq. Also don't say that TIFF files are Exif.
This commit is contained in:
		@@ -189,8 +189,7 @@ if get_option('tools').enabled()
 | 
			
		||||
		cc.find_library('jq'), dependency('libpng'), dependency('libraw')]
 | 
			
		||||
	tools_c_args = cc.get_supported_arguments(
 | 
			
		||||
		'-Wno-unused-function', '-Wno-unused-parameter')
 | 
			
		||||
	foreach tool : [
 | 
			
		||||
		'pnginfo', 'rawinfo', 'jpeginfo', 'tiffinfo', 'webpinfo', 'bmffinfo']
 | 
			
		||||
	foreach tool : ['info', 'pnginfo', 'rawinfo']
 | 
			
		||||
		executable(tool, 'tools/' + tool + '.c', tiff_tables,
 | 
			
		||||
			dependencies : tools_dependencies,
 | 
			
		||||
			c_args: tools_c_args)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user