summaryrefslogtreecommitdiffhomepage
path: root/src/external
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2016-11-16 18:46:13 +0100
committerraysan5 <[email protected]>2016-11-16 18:46:13 +0100
commit6d1b712a9678a7e1d57d994ab51afafbe06ec5fb (patch)
treea42886c764a5b081d58b9a87ddbfc760febb7b61 /src/external
parent9d3ad52160a0e32271a8e3d76d9ea95e9bd0684a (diff)
downloadraylib-6d1b712a9678a7e1d57d994ab51afafbe06ec5fb.tar.gz
raylib-6d1b712a9678a7e1d57d994ab51afafbe06ec5fb.zip
Reviewed modules comments
Diffstat (limited to 'src/external')
-rw-r--r--src/external/stb_image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/external/stb_image.h b/src/external/stb_image.h
index ce87646d..5572a880 100644
--- a/src/external/stb_image.h
+++ b/src/external/stb_image.h
@@ -390,7 +390,7 @@ publish, and distribute this file as you see fit.
#define STBI_NO_HDR // RaySan: not required by raylib
-#define STBI_NO_SIMD // RaySan: issues when compiling with GCC 4.7.2
+//#define STBI_NO_SIMD // RaySan: issues when compiling with GCC 4.7.2
#ifndef STBI_NO_STDIO
#include <stdio.h>
@@ -398,7 +398,7 @@ publish, and distribute this file as you see fit.
// NOTE: Added to work with raylib on Android
#if defined(PLATFORM_ANDROID)
- #include "utils.h" // Android fopen function map
+ #include "utils.h" // RaySan: Android fopen function map
#endif
#define STBI_VERSION 1