]> git.pld-linux.org Git - packages/OpenImageIO.git/blame - OpenImageIO-system-dpx.patch
- release 6 (by relup.sh)
[packages/OpenImageIO.git] / OpenImageIO-system-dpx.patch
CommitLineData
b238f81f
JB
1--- OpenImageIO-oiio-7d98ca6/src/dpx.imageio/CMakeLists.txt.orig 2011-11-05 08:35:00.000000000 +0100
2+++ OpenImageIO-oiio-7d98ca6/src/dpx.imageio/CMakeLists.txt 2011-11-26 09:02:29.701499722 +0100
ae460afe 3@@ -1,5 +1,3 @@
b238f81f
JB
4 add_oiio_plugin (dpxinput.cpp dpxoutput.cpp
5- libdpx/DPX.cpp libdpx/OutStream.cpp libdpx/RunLengthEncoding.cpp
6- libdpx/Codec.cpp libdpx/Reader.cpp libdpx/Writer.cpp libdpx/DPXHeader.cpp
ae460afe
JR
7- libdpx/ElementReadStream.cpp libdpx/InStream.cpp libdpx/DPXColorConverter.cpp
8- LINK_LIBRARIES ${OPENEXR_LIBRARIES})
b238f81f
JB
9+ libdpx/DPXColorConverter.cpp
10+ LINK_LIBRARIES dpx)
11--- OpenImageIO-oiio-7d98ca6/src/dpx.imageio/dpxinput.cpp.orig 2011-11-05 08:35:00.000000000 +0100
12+++ OpenImageIO-oiio-7d98ca6/src/dpx.imageio/dpxinput.cpp 2011-11-26 09:03:24.121501545 +0100
13@@ -28,7 +28,7 @@
14 (This is the Modified BSD License)
15 */
16
17-#include "libdpx/DPX.h"
18+#include <DPX.h>
19 #include "libdpx/DPXColorConverter.h"
20
21 #include "typedesc.h"
40b0de7c
JR
22@@ -499,7 +499,7 @@
23 case dpx::k1125LineProgressive169AR:
24 tmpstr = "YCbCr 1125p, 16:9 (SMPTE 274M)";
25 break;
26- case dpx::k255:
27+ case 255:
28 // don't set the attribute at all
29 break;
30 default:
b238f81f
JB
31--- OpenImageIO-oiio-7d98ca6/src/dpx.imageio/dpxoutput.cpp.orig 2011-11-05 08:35:00.000000000 +0100
32+++ OpenImageIO-oiio-7d98ca6/src/dpx.imageio/dpxoutput.cpp 2011-11-26 09:03:35.934835274 +0100
33@@ -33,7 +33,7 @@
34 #include <cmath>
35 #include <boost/algorithm/string.hpp>
36
37-#include "libdpx/DPX.h"
38+#include <DPX.h>
39 #include "libdpx/DPXColorConverter.h"
40
41 #include "typedesc.h"
42--- OpenImageIO-oiio-7d98ca6/src/dpx.imageio/libdpx/DPXColorConverter.h.orig 2011-11-05 08:35:00.000000000 +0100
43+++ OpenImageIO-oiio-7d98ca6/src/dpx.imageio/libdpx/DPXColorConverter.h 2011-11-26 09:05:17.444838673 +0100
44@@ -37,7 +37,7 @@
45 #define _DPX_COLORCONVERTER_H 1
46
47
48-#include "DPX.h"
49+#include <DPX.h>
50
51
52 namespace dpx
This page took 0.037462 seconds and 4 git commands to generate.