Skip to content

Commit

Permalink
change JPEG2000 plugin names (according to #943)
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 9, 2023
1 parent ee976b6 commit de09416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libheif/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ plugin_compilation(jpegenc JPEG JPEG_ENCODER JPEG_ENCODER)

set(OpenJPEG_DECODER_sources decoder_openjpeg.cc decoder_openjpeg.h)
set(OpenJPEG_DECODER_extra_plugin_sources )
plugin_compilation(OpenJPEG_Decoder OPENJPEG OpenJPEG_DECODER OPENJPEG_DECODER)
plugin_compilation(j2kdec OPENJPEG OpenJPEG_DECODER OPENJPEG_DECODER)

set(OpenJPEG_ENCODER_sources encoder_openjpeg.cc encoder_openjpeg.h)
set(OpenJPEG_ENCODER_extra_plugin_sources)
plugin_compilation(OpenJPEG_Encoder OPENJPEG OpenJPEG_ENCODER OPENJPEG_ENCODER)
plugin_compilation(j2kenc OPENJPEG OpenJPEG_ENCODER OPENJPEG_ENCODER)

set(KVAZAAR_sources encoder_kvazaar.cc encoder_kvazaar.h)
set(KVAZAAR_extra_plugin_sources)
Expand Down

0 comments on commit de09416

Please sign in to comment.