heif: disable AVCI decoder for libheif before 1.19.6

This commit is contained in:
Daniel Novomeský
2025-03-12 13:26:42 +01:00
parent e4d95c03fa
commit 6821c29819
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ if (LibHeif_FOUND)
)
endif()
if (LibHeif_VERSION VERSION_GREATER_EQUAL "1.19.0")
if (LibHeif_VERSION VERSION_GREATER_EQUAL "1.19.6")
kimageformats_read_tests(FUZZ 4
avci
)