forked from NatronGitHub/Natron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update OpenEXR 3.2.1 to latest versions on Windows. (NatronGitHub#942)
- Loading branch information
1 parent
43dd019
commit e1654fb
Showing
4 changed files
with
33 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
tools/MINGW-packages/mingw-w64-openexr/0007-export-TypedAttribute-value.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- a/src/lib/OpenEXR/ImfAttribute.h | ||
+++ b/src/lib/OpenEXR/ImfAttribute.h | ||
@@ -215,14 +215,14 @@ | ||
} | ||
|
||
template <class T> | ||
-inline T& | ||
+T& | ||
TypedAttribute<T>::value () | ||
{ | ||
return _value; | ||
} | ||
|
||
template <class T> | ||
-inline const T& | ||
+const T& | ||
TypedAttribute<T>::value () const | ||
{ | ||
return _value; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20240120-1 | ||
20240201-1 |