Add error code to returns
Fix conditional libjxl compilation
This commit is contained in:
@@ -52,7 +52,7 @@ bool hasTiffExtension(const Glib::ustring& filename);
|
||||
// Return true if file has .png extension (ignoring case)
|
||||
bool hasPngExtension(const Glib::ustring& filename);
|
||||
|
||||
#ifdef JXL
|
||||
#ifdef LIBJXL
|
||||
// Return true if file has .jxl extension (ignoring case)
|
||||
bool hasJxlExtension(const Glib::ustring& filename);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user