tinyexr: Sync with upstream 1.0.0
This commit is contained in:
parent
6247f60c15
commit
fa35f53dd2
4 changed files with 469 additions and 251 deletions
|
@ -338,7 +338,7 @@ License: Expat
|
||||||
|
|
||||||
Files: ./thirdparty/tinyexr/
|
Files: ./thirdparty/tinyexr/
|
||||||
Comment: TinyEXR
|
Comment: TinyEXR
|
||||||
Copyright: 2014-2019, Syoyo Fujita
|
Copyright: 2014-2020, Syoyo Fujita
|
||||||
2002, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
|
2002, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
|
||||||
License: BSD-3-clause
|
License: BSD-3-clause
|
||||||
|
|
||||||
|
|
2
thirdparty/README.md
vendored
2
thirdparty/README.md
vendored
|
@ -564,7 +564,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: git (4dbd05a22f51a2d7462311569b8b0cba0bbe2ac5, 2020)
|
- Version: 1.0.0 (e4b7840d9448b7d57a88384ce26143004f3c0c71, 2020)
|
||||||
- License: BSD-3-Clause
|
- License: BSD-3-Clause
|
||||||
|
|
||||||
Files extracted from upstream source:
|
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
|
#define TINYEXR_IMPLEMENTATION
|
||||||
#include "tinyexr.h"
|
#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