diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:04:10 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-02 07:04:10 +0000 |
commit | 39c04361f863c101de5ee58b857663541cb66bd7 (patch) | |
tree | 50ef6ae3c7cb5c08d0b681ce03a29eff646394d8 /gegl04-openexr.patch | |
parent | d29d00b1babba713d56b5f455f9c7305855b32eb (diff) |
automatic import of gegl04openeuler24.03_LTSopeneuler23.09
Diffstat (limited to 'gegl04-openexr.patch')
-rw-r--r-- | gegl04-openexr.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gegl04-openexr.patch b/gegl04-openexr.patch new file mode 100644 index 0000000..0b34f79 --- /dev/null +++ b/gegl04-openexr.patch @@ -0,0 +1,12 @@ +Index: gegl-0.4.30/operations/external/exr-save.cc +=================================================================== +--- gegl-0.4.30.orig/operations/external/exr-save.cc ++++ gegl-0.4.30/operations/external/exr-save.cc +@@ -39,6 +39,7 @@ extern "C" { + } /* extern "C" */ + + #include <exception> ++#include <ImfFrameBuffer.h> + #include <ImfTiledOutputFile.h> + #include <ImfOutputFile.h> + #include <ImfChannelList.h> |