]> git.pld-linux.org Git - packages/OpenImageIO.git/blob - OpenImageIO-system-ptex.patch
- new
[packages/OpenImageIO.git] / OpenImageIO-system-ptex.patch
1 --- OpenImageIO-oiio-7d98ca6/src/ptex.imageio/CMakeLists.txt.orig       2011-11-05 08:35:00.000000000 +0100
2 +++ OpenImageIO-oiio-7d98ca6/src/ptex.imageio/CMakeLists.txt    2011-11-19 14:09:32.265198985 +0100
3 @@ -1,13 +1,3 @@
4  add_oiio_plugin (ptexinput.cpp ptexoutput.cpp
5 -                 ptex/PtexCache.cpp
6 -                 ptex/PtexFilters.cpp
7 -                 ptex/PtexHalf.cpp
8 -                 ptex/PtexReader.cpp
9 -                 ptex/PtexSeparableFilter.cpp
10 -                 ptex/PtexSeparableKernel.cpp
11 -                 ptex/PtexTriangleFilter.cpp
12 -                 ptex/PtexTriangleKernel.cpp
13 -                 ptex/PtexUtils.cpp
14 -                 ptex/PtexWriter.cpp
15 -                 )
16 +       LINK_LIBRARIES Ptex)
17  
18 --- OpenImageIO-oiio-7d98ca6/src/ptex.imageio/ptexoutput.cpp.orig       2011-11-05 08:35:00.000000000 +0100
19 +++ OpenImageIO-oiio-7d98ca6/src/ptex.imageio/ptexoutput.cpp    2011-11-19 14:19:10.445218345 +0100
20 @@ -28,7 +28,7 @@
21    (This is the Modified BSD License)
22  */
23  
24 -#include "ptex/PtexWriter.h"
25 +#include <Ptexture.h>
26  
27  #include "typedesc.h"
28  #include "imageio.h"
29 --- OpenImageIO-oiio-7d98ca6/src/ptex.imageio/ptexinput.cpp.orig        2011-11-05 08:35:00.000000000 +0100
30 +++ OpenImageIO-oiio-7d98ca6/src/ptex.imageio/ptexinput.cpp     2011-11-19 14:19:35.705219191 +0100
31 @@ -28,7 +28,7 @@
32    (This is the Modified BSD License)
33  */
34  
35 -#include "ptex/Ptexture.h"
36 +#include <Ptexture.h>
37  
38  #include "dassert.h"
39  #include "typedesc.h"
This page took 0.074508 seconds and 3 git commands to generate.