diff options
| author | Ray <raysan5@gmail.com> | 2016-11-24 17:26:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-24 17:26:07 +0100 |
| commit | 17f09cb03484a408cdd50a3d2e4d6604bb1f4c70 (patch) | |
| tree | 51e909c419de9625f1beaaca44696857a600e8d5 /src/external | |
| parent | 05f68c22d5c8d8f7c4254ae47700318e21709887 (diff) | |
| parent | a81dfabf863c512044b246e23aaf43489d2fa1ac (diff) | |
| download | raylib-17f09cb03484a408cdd50a3d2e4d6604bb1f4c70.tar.gz raylib-17f09cb03484a408cdd50a3d2e4d6604bb1f4c70.zip | |
Merge pull request #198 from raysan5/develop
Develop branch integration
Diffstat (limited to 'src/external')
| -rw-r--r-- | src/external/stb_image.h | 4 |
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 |
