kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'escl_revert_tiffio' into 'master'
Remove HAVE_TIFFIO_H again after revert in PR 883 See merge request sane-project/backends!884merge-requests/855/merge
commit
807a94dce9
|
@ -234,7 +234,7 @@ find_valor_of_array_variables(xmlNode *node, capabilities_t *scanner, int type)
|
|||
scanner->caps[type].have_png = i;
|
||||
}
|
||||
#endif
|
||||
#if(defined HAVE_TIFFIO_H)
|
||||
#if(defined HAVE_LIBTIFF)
|
||||
else if(type == PLATEN && !strcmp(scanner->caps[type].DocumentFormats[i], "image/tiff"))
|
||||
{
|
||||
have_tiff = SANE_TRUE;
|
||||
|
|
Ładowanie…
Reference in New Issue