From 9ce9650a2bf8cf1c95d77ce8c5ce0a54f4ccbed4 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 10 Feb 2025 12:28:48 -0800 Subject: [PATCH] Revert "Removed unnecessary STB directives" This reverts commit 23869c1f6453393751e442f96d98969e3b70447f. We actually do need those directives --- src/IMG_stb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/IMG_stb.c b/src/IMG_stb.c index f516a8250..9de5ea148 100644 --- a/src/IMG_stb.c +++ b/src/IMG_stb.c @@ -49,6 +49,8 @@ #define STBI_NO_STDIO #define STBI_ONLY_PNG #define STBI_ONLY_JPEG +#define STBI_NO_GIF +#define STBI_NO_HDR #define STBI_NO_LINEAR #define STBI_ASSERT SDL_assert #define STB_IMAGE_IMPLEMENTATION