diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-05-26 16:38:53 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-05-26 16:39:23 +0200 |
commit | 318ffa88240f55adef906df673614123d19f35a3 (patch) | |
tree | 983b358211c21ffcd0ebec47bc9a3384616014ad /external/libgltf | |
parent | 3381dfec2c7e601ecd3d71725ecba184bd5b7cae (diff) |
libgltf: Update openmp-related patch to newer libgltf.
Change-Id: I6f7e8d974030169bb00fbd81a0e2190640702729
Diffstat (limited to 'external/libgltf')
-rw-r--r-- | external/libgltf/patches/openmp-disable.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/libgltf/patches/openmp-disable.patch b/external/libgltf/patches/openmp-disable.patch index c084183e2f3b..ef8bc2ef4a3b 100644 --- a/external/libgltf/patches/openmp-disable.patch +++ b/external/libgltf/patches/openmp-disable.patch @@ -1,8 +1,8 @@ --- libgltf/src/RenderScene.h +++ libgltf/src/RenderScene.h @@ -16,7 +16,8 @@ - #include "FPSCounter.h"
- #include "Timer.h"
+ #define TRACE_TIME
+ #endif
-#define OPENMPENABLE 1
+// Needs a configure / etc. detection to see if omp.h is on the system ...
|