Skip to content

Commit

Permalink
Merge pull request #1286 from bradh/j2k_ht_tests
Browse files Browse the repository at this point in the history
tests: enable J2K_HT tests when OpenJPH is found
  • Loading branch information
farindk authored Aug 26, 2024
2 parents 9ee9139 + 30b97ee commit da1e7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add_libheif_test(encode)
add_libheif_test(extended_type)
add_libheif_test(region)

if (WITH_OPENJPH_ENCODER AND SUPPORTS_J2K_ENCODING)
if (WITH_OPENJPH_ENCODER AND SUPPORTS_J2K_HT_ENCODING)
add_libheif_test(encode_htj2k)
else()
message(INFO "Disabling HT-JPEG 2000 encoder tests because no HT-JPEG 2000 codec is enabled")
Expand Down

0 comments on commit da1e7ba

Please sign in to comment.