From 4b16bcd72c47b85550563b051dd4881feaea83c6 Mon Sep 17 00:00:00 2001 From: Dennis Meinen Date: Wed, 24 Jul 2024 20:22:27 +0200 Subject: [PATCH] Remove AV1 support in SDL3Image because it requires perl and nasm which just breaks in MSVC --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6e67a2..949689b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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