diff options
| author | 2024-01-01 11:23:22 -0500 | |
|---|---|---|
| committer | 2024-01-01 11:23:22 -0500 | |
| commit | 130a0edc0405e53b45f8b2f8da0b94356480a644 (patch) | |
| tree | 76cda2f7e0098bdcb6c54dc152bf3e95467fd44e /src/codec/stb_image | |
| parent | 099126fdca625c5f6c219c5a1a7ecbc0e145988f (diff) | |
| download | camu-130a0edc0405e53b45f8b2f8da0b94356480a644.tar.gz camu-130a0edc0405e53b45f8b2f8da0b94356480a644.tar.bz2 camu-130a0edc0405e53b45f8b2f8da0b94356480a644.zip | |
wip
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/codec/stb_image')
| -rw-r--r-- | src/codec/stb_image/impl.c | 2 |
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 |