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.

(cherry picked from commit 46d3effa99)
This commit is contained in:
Rémi Verschelde 2021-11-19 11:17:49 +01:00
parent ee82085925
commit 31dbc59c39
No known key found for this signature in database
GPG key ID: C3336907360768E1
7 changed files with 1934 additions and 7188 deletions

View file

@ -31,6 +31,8 @@
#include "image_saver_tinyexr.h"
#include "core/math/math_funcs.h"
#include <zlib.h> // Should come before including tinyexr.
#include "thirdparty/tinyexr/tinyexr.h"
#include <cstdlib>