external/libgltf/patches/extern-C.patch | 10 ++++++++++ 1 file changed, 10 insertions(+)
New commits: commit 91666033e90d5d4ce4693a015238f4f2b030c007 Author: Stephan Bergmann <[email protected]> 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(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
