[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - slideshow/Library_OGLTrans.mk

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 2 10:42:33 UTC 2020


 slideshow/Library_OGLTrans.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 81147e61b2c86dc54078660307b8812e4238f90f
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jan 31 21:45:11 2020 +0000
Commit:     Rene Engelhard <rene at debian.org>
CommitDate: Sun Feb 2 11:42:01 2020 +0100

    opengl slide transitions not working with glm >= GLM 0.9.9.0
    
    tracked it down to...
    
    Removed default initialization, use GLM_FORCE_CTOR_INIT to restore the old behavior
    so adding in GLM_FORCE_CTOR_INIT to get them working again
    
    Change-Id: I1c6e7d8eb748fce40f0c518ff708708e5fb1e3d2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87790
    Tested-by: Jenkins
    Reviewed-by: Rene Engelhard <rene at debian.org>
    Tested-by: Rene Engelhard <rene at debian.org>

diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk
index 4eca2a1ecaa3..9b64181d6a46 100644
--- a/slideshow/Library_OGLTrans.mk
+++ b/slideshow/Library_OGLTrans.mk
@@ -17,6 +17,7 @@ endif
 
 $(eval $(call gb_Library_add_defs,OGLTrans,\
     -DGLM_FORCE_RADIANS \
+    -DGLM_FORCE_CTOR_INIT \
 ))
 
 $(eval $(call gb_Library_use_sdk_api,OGLTrans))


More information about the Libreoffice-commits mailing list