Merge pull request #55115 from akien-mga/tinyexr-1.0.1

This commit is contained in:
Rémi Verschelde
2021-11-20 10:45:56 +01:00
committed by GitHub
7 changed files with 1934 additions and 7188 deletions

View File

@ -596,13 +596,16 @@ comments and a patch is provided in the squish/ folder.
## tinyexr
- Upstream: https://github.com/syoyo/tinyexr
- Version: 1.0.0 (e4b7840d9448b7d57a88384ce26143004f3c0c71, 2020)
- Version: 1.0.1 (67010eae802211202d0797f4df2b809f4ba7442c, 2021)
- License: BSD-3-Clause
Files extracted from upstream source:
- `tinyexr.{cc,h}`
The `tinyexr.cc` file was modified to include `zlib.h` which we provide,
instead of `miniz.h` as an external dependency.
## vhacd

View File

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

File diff suppressed because it is too large Load Diff