[Libreoffice-commits] core.git: external/libgltf
Stephan Bergmann
sbergman at redhat.com
Tue May 6 09:06:05 PDT 2014
external/libgltf/patches/extern-C.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
New commits:
commit 91666033e90d5d4ce4693a015238f4f2b030c007
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue May 6 18:05:35 2014 +0200
Fix patch
Change-Id: I18608380bf89822ce402e79038f2016af17b2ead
diff --git a/external/libgltf/patches/extern-C.patch b/external/libgltf/patches/extern-C.patch
index fd34f8a..a9eadf6 100644
--- a/external/libgltf/patches/extern-C.patch
+++ b/external/libgltf/patches/extern-C.patch
@@ -8,3 +8,13 @@
glm::vec3 gltf_get_model_center_pos();
/*get camera position information*/
extern "C"
+--- libgltf/src/libgltf.cpp
++++ /src/libgltf.cpp
+@@ -59,7 +59,6 @@
+ return;
+ }
+
+-extern "C"
+ glm::vec3 gltf_get_model_center_pos()
+ {
+ return cameraScene->getModelCenterPos();
More information about the Libreoffice-commits
mailing list