Files
libreoffice/external/libgltf/patches/openmp-disable.patch
Jan Holesovsky 318ffa8824 libgltf: Update openmp-related patch to newer libgltf.
Change-Id: I6f7e8d974030169bb00fbd81a0e2190640702729
2014-05-26 16:39:23 +02:00

13 lines
302 B
Diff

--- libgltf/src/RenderScene.h
+++ libgltf/src/RenderScene.h
@@ -16,7 +16,8 @@
#define TRACE_TIME
#endif
-#define OPENMPENABLE 1
+// Needs a configure / etc. detection to see if omp.h is on the system ...
+#define OPENMPENABLE 0
#if OPENMPENABLE
#include <omp.h>
#define WAVESIZE 4