summaryrefslogtreecommitdiff
path: root/src/codec/stb_image
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/stb_image')
-rw-r--r--src/codec/stb_image/impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec/stb_image/impl.c b/src/codec/stb_image/impl.c
index 953cca8..b7ed928 100644
--- a/src/codec/stb_image/impl.c
+++ b/src/codec/stb_image/impl.c
@@ -2,9 +2,9 @@
#include <aki/common.h>
#include "../common.h"
#define STB_IMAGE_IMPLEMENTATION
+#define STB_IMAGE_STATIC
#define STBI_NO_STDIO
#define STBI_NO_FAILURE_STRINGS
-#define STB_IMAGE_STATIC
#define STBI_MALLOC camu_page_alloc
#define STBI_FREE al_free
#define STBI_REALLOC al_realloc