Skip to content

Commit 618bdfb

Browse files
committed
Revert "Removed unnecessary STB directives"
This reverts commit 23869c1. We actually do need those directives
1 parent 0905921 commit 618bdfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/IMG_stb.c

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
#define STBI_NO_STDIO
5050
#define STBI_ONLY_PNG
5151
#define STBI_ONLY_JPEG
52+
#define STBI_NO_GIF
53+
#define STBI_NO_HDR
5254
#define STBI_NO_LINEAR
5355
#define STBI_ASSERT SDL_assert
5456
#define STB_IMAGE_IMPLEMENTATION

0 commit comments

Comments
 (0)