]> git.pld-linux.org Git - packages/OpenColorIO.git/blob - OpenColorIO-java.patch
- updated to 1.0.8
[packages/OpenColorIO.git] / OpenColorIO-java.patch
1 --- imageworks-OpenColorIO-a16d9ac/CMakeLists.txt.orig  2012-07-28 20:56:34.841655834 +0200
2 +++ imageworks-OpenColorIO-a16d9ac/CMakeLists.txt       2012-07-29 08:42:26.369878509 +0200
3 @@ -278,7 +278,7 @@
4  
5  if(OCIO_BUILD_JNIGLUE)
6      OCIOFindJava()
7 -    if(Java_FOUND)
8 +    if(JAVA_FOUND)
9        add_subdirectory(src/jniglue)
10      else()
11        messageonce("Java bindings will not be built as we can't find Java")
12 --- imageworks-OpenColorIO-a16d9ac/src/jniglue/JNIUtil.h.orig   2012-03-12 20:13:59.000000000 +0100
13 +++ imageworks-OpenColorIO-a16d9ac/src/jniglue/JNIUtil.h        2012-07-29 08:50:30.273191536 +0200
14 @@ -29,6 +29,7 @@
15  #ifndef INCLUDED_OCIO_JNIUTIL_H
16  #define INCLUDED_OCIO_JNIUTIL_H
17  
18 +#include <stdint.h>
19  #include <sstream>
20  #include <vector>
21  #include "OpenColorIOJNI.h"
This page took 0.133281 seconds and 3 git commands to generate.