[Libreoffice-commits] core.git: external/libgltf
Jan Holesovsky
kendy at collabora.com
Mon May 26 07:40:02 PDT 2014
external/libgltf/patches/openmp-disable.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 318ffa88240f55adef906df673614123d19f35a3
Author: Jan Holesovsky <kendy at collabora.com>
Date: Mon May 26 16:38:53 2014 +0200
libgltf: Update openmp-related patch to newer libgltf.
Change-Id: I6f7e8d974030169bb00fbd81a0e2190640702729
diff --git a/external/libgltf/patches/openmp-disable.patch b/external/libgltf/patches/openmp-disable.patch
index c084183..ef8bc2e 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 ...
More information about the Libreoffice-commits
mailing list