Skip to content

Commit

Permalink
Revert libheif version
Browse files Browse the repository at this point in the history
Support of AVIF images is broken in newer versions of libheif
  • Loading branch information
zenden2k committed May 12, 2024
1 parent 86b5db3 commit fea11f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ endif()
if (WIN32)
list(APPEND COMMON_DEPS
base-classes/1.0.0@zenden2k/stable
libheif/1.16.2
libheif/1.13.0
)

# Support of avif images is broken in newer versions of libheif
if (IU_LIBHEIF_WITH_DAV1D)
add_definitions(-DIU_LIBHEIF_WITH_DAV1D)
list(APPEND ADDITIONAL_OPTIONS
Expand Down

0 comments on commit fea11f9

Please sign in to comment.