tinyexr: Sync with upstream 1.0.0
(cherry picked from commit fa35f53dd2
)
This commit is contained in:
parent
11426cb0f7
commit
8a97e65297
4 changed files with 469 additions and 251 deletions
|
@ -333,7 +333,7 @@ License: Expat
|
|||
|
||||
Files: ./thirdparty/tinyexr/
|
||||
Comment: TinyEXR
|
||||
Copyright: 2014-2019, Syoyo Fujita
|
||||
Copyright: 2014-2020, Syoyo Fujita
|
||||
2002, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
|
||||
License: BSD-3-clause
|
||||
|
||||
|
|
2
thirdparty/README.md
vendored
2
thirdparty/README.md
vendored
|
@ -465,7 +465,7 @@ comments and a patch is provided in the squish/ folder.
|
|||
## tinyexr
|
||||
|
||||
- Upstream: https://github.com/syoyo/tinyexr
|
||||
- Version: git (4dbd05a22f51a2d7462311569b8b0cba0bbe2ac5, 2020)
|
||||
- Version: 1.0.0 (e4b7840d9448b7d57a88384ce26143004f3c0c71, 2020)
|
||||
- License: BSD-3-Clause
|
||||
|
||||
Files extracted from upstream source:
|
||||
|
|
6
thirdparty/tinyexr/tinyexr.cc
vendored
6
thirdparty/tinyexr/tinyexr.cc
vendored
|
@ -1,2 +1,8 @@
|
|||
#if defined(_WIN32)
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define TINYEXR_IMPLEMENTATION
|
||||
#include "tinyexr.h"
|
||||
|
|
710
thirdparty/tinyexr/tinyexr.h
vendored
710
thirdparty/tinyexr/tinyexr.h
vendored
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue