]> git.pld-linux.org Git - packages/OpenImageIO.git/blob - OpenImageIO-system-dpx.patch
Fix build dir
[packages/OpenImageIO.git] / OpenImageIO-system-dpx.patch
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
3 @@ -1,4 +1,3 @@
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
7 -  libdpx/ElementReadStream.cpp libdpx/InStream.cpp libdpx/DPXColorConverter.cpp)
8 +  libdpx/DPXColorConverter.cpp
9 +  LINK_LIBRARIES dpx)
10 --- OpenImageIO-oiio-7d98ca6/src/dpx.imageio/dpxinput.cpp.orig  2011-11-05 08:35:00.000000000 +0100
11 +++ OpenImageIO-oiio-7d98ca6/src/dpx.imageio/dpxinput.cpp       2011-11-26 09:03:24.121501545 +0100
12 @@ -28,7 +28,7 @@
13    (This is the Modified BSD License)
14  */
15  
16 -#include "libdpx/DPX.h"
17 +#include <DPX.h>
18  #include "libdpx/DPXColorConverter.h"
19  
20  #include "typedesc.h"
21 --- OpenImageIO-oiio-7d98ca6/src/dpx.imageio/dpxoutput.cpp.orig 2011-11-05 08:35:00.000000000 +0100
22 +++ OpenImageIO-oiio-7d98ca6/src/dpx.imageio/dpxoutput.cpp      2011-11-26 09:03:35.934835274 +0100
23 @@ -33,7 +33,7 @@
24  #include <cmath>
25  #include <boost/algorithm/string.hpp>
26  
27 -#include "libdpx/DPX.h"
28 +#include <DPX.h>
29  #include "libdpx/DPXColorConverter.h"
30  
31  #include "typedesc.h"
32 --- OpenImageIO-oiio-7d98ca6/src/dpx.imageio/libdpx/DPXColorConverter.h.orig    2011-11-05 08:35:00.000000000 +0100
33 +++ OpenImageIO-oiio-7d98ca6/src/dpx.imageio/libdpx/DPXColorConverter.h 2011-11-26 09:05:17.444838673 +0100
34 @@ -37,7 +37,7 @@
35  #define _DPX_COLORCONVERTER_H 1
36  
37  
38 -#include "DPX.h"
39 +#include <DPX.h>
40  
41  
42  namespace dpx
This page took 0.030992 seconds and 3 git commands to generate.