tinyexr: Sync with upstream 1.0.7

(cherry picked from commit b70e2af3b7f960370f00c11a028fb8ae0ea034d8)
This commit is contained in:
Rémi Verschelde 2023-08-07 18:25:37 +02:00 committed by Relintai
parent ed6ee2ae4a
commit 5d80d2d9ca
3 changed files with 1261 additions and 484 deletions

View File

@ -418,7 +418,7 @@ comments and a patch is provided in the squish/ folder.
## tinyexr ## tinyexr
- Upstream: https://github.com/syoyo/tinyexr - Upstream: https://github.com/syoyo/tinyexr
- Version: 1.0.1 (67010eae802211202d0797f4df2b809f4ba7442c, 2021) - Version: 1.0.7 (6e8cac308cdf4d717078f3f37c4aa39bf3b356b4, 2023)
- License: BSD-3-Clause - License: BSD-3-Clause
Files extracted from upstream source: Files extracted from upstream source:

View File

@ -4,9 +4,9 @@
#endif #endif
#endif #endif
// -- PANDEMONIUM start -- // -- GODOT start --
#include <zlib.h> // Should come before including tinyexr. #include <zlib.h> // Should come before including tinyexr.
// -- PANDEMONIUM end -- // -- GODOT end --
#define TINYEXR_IMPLEMENTATION #define TINYEXR_IMPLEMENTATION
#include "tinyexr.h" #include "tinyexr.h"

File diff suppressed because it is too large Load Diff