tinyexr: Sync with upstream 1.0.1
Removes miniz as a bundled dependency, relies on our own zlib instead. Includes a couple commits ahead of `v1.0.1` tag to fix MinGW builds.
This commit is contained in:
4
thirdparty/tinyexr/tinyexr.cc
vendored
4
thirdparty/tinyexr/tinyexr.cc
vendored
@ -4,5 +4,9 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// -- GODOT start --
|
||||
#include <zlib.h> // Should come before including tinyexr.
|
||||
// -- GODOT end --
|
||||
|
||||
#define TINYEXR_IMPLEMENTATION
|
||||
#include "tinyexr.h"
|
||||
|
||||
9104
thirdparty/tinyexr/tinyexr.h
vendored
9104
thirdparty/tinyexr/tinyexr.h
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user