Skip to content

Commit

Permalink
JPEGXL: fix recent build breakage against libjxl 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 1, 2023
1 parent 889129d commit eb4a39e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frmts/jpegxl/jpegxl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -769,9 +769,8 @@ bool JPEGXLDataset::Open(GDALOpenInfo *poOpenInfo)
info.uses_original_profile
#ifdef HAVE_JXL_BOX_API
&& !m_bHasJPEGReconstructionData
?
#endif
"LOSSLESS (possibly)"
? "LOSSLESS (possibly)"
: "LOSSY",
"IMAGE_STRUCTURE");
#ifdef HAVE_JXL_BOX_API
Expand Down

0 comments on commit eb4a39e

Please sign in to comment.