Skip to content

Commit

Permalink
fix build without openjp2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Sep 24, 2023
1 parent 0c4bdf8 commit e47408d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvips/foreign/jp2ksave.c
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ vips__foreign_save_jp2k_compress(VipsRegion *region,
#else /*!HAVE_LIBOPENJP2*/

int
vips__foreign_load_jp2k_compress(VipsRegion *region,
vips__foreign_save_jp2k_compress(VipsRegion *region,
VipsRect *tile, VipsTarget *target,
int tile_width, int tile_height,
gboolean save_as_ycc, gboolean subsample, gboolean lossless, int Q)
Expand Down

0 comments on commit e47408d

Please sign in to comment.