mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 00:58:15 -04:00
heif: disable AVCI decoder for libheif before 1.19.6
This commit is contained in:
parent
e4d95c03fa
commit
6821c29819
@ -124,7 +124,7 @@ if (LibHeif_FOUND)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (LibHeif_VERSION VERSION_GREATER_EQUAL "1.19.0")
|
if (LibHeif_VERSION VERSION_GREATER_EQUAL "1.19.6")
|
||||||
kimageformats_read_tests(FUZZ 4
|
kimageformats_read_tests(FUZZ 4
|
||||||
avci
|
avci
|
||||||
)
|
)
|
||||||
|
@ -1042,7 +1042,7 @@ void HEIFHandler::queryHeifLib()
|
|||||||
#if LIBHEIF_HAVE_VERSION(1, 13, 0)
|
#if LIBHEIF_HAVE_VERSION(1, 13, 0)
|
||||||
m_hej2_decoder_available = heif_have_decoder_for_format(heif_compression_JPEG2000);
|
m_hej2_decoder_available = heif_have_decoder_for_format(heif_compression_JPEG2000);
|
||||||
#endif
|
#endif
|
||||||
#if LIBHEIF_HAVE_VERSION(1, 19, 0)
|
#if LIBHEIF_HAVE_VERSION(1, 19, 6)
|
||||||
m_avci_decoder_available = heif_have_decoder_for_format(heif_compression_AVC);
|
m_avci_decoder_available = heif_have_decoder_for_format(heif_compression_AVC);
|
||||||
#endif
|
#endif
|
||||||
m_plugins_queried = true;
|
m_plugins_queried = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user