Skip to content

Commit

Permalink
Remove AV1 support in SDL3Image because it requires perl and nasm whi…
Browse files Browse the repository at this point in the history
…ch just breaks in MSVC
  • Loading branch information
bXi committed Jul 24, 2024
1 parent 687784a commit 4b16bcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ endif()

set(SDL3IMAGE_BUILD_SHARED_LIBS OFF)

#remove AV1 support in SDL3Image because it requires perl and nasm which just breaks in MSVC
set(SDL3IMAGE_AVIF_SAVE OFF)
set(SDL3IMAGE_AVIF OFF)

CPMAddPackage(
NAME SDL3_image
GIT_TAG 8abc07d
Expand Down

0 comments on commit 4b16bcd

Please sign in to comment.