[SCM] kodi-pvr-vdr-vnsi/master: [arm64] - fixed compilation for arm64

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sun Feb 28 15:46:52 UTC 2016


The following commit has been merged in the master branch:
commit 15611d850507a36bd8bff7d4959ff08064749471
Author: Memphiz <memphis at machzwo.de>
Date:   Fri Dec 18 19:28:30 2015 +0100

    [arm64] - fixed compilation for arm64

diff --git a/src/EGLHelpers/VisMatrixGLES.cpp b/src/EGLHelpers/VisMatrixGLES.cpp
index c9953e1..ce24732 100644
--- a/src/EGLHelpers/VisMatrixGLES.cpp
+++ b/src/EGLHelpers/VisMatrixGLES.cpp
@@ -186,7 +186,7 @@ void CVisMatrixGLES::Rotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
   MultMatrixf(matrix);
 }
 
-#if defined(__ARM_NEON__)
+#if defined(__ARM_NEON__) && !defined(__arm64__)
   
 inline void Matrix4Mul(const float* src_mat_1, const float* src_mat_2, float* dst_mat)
 {

-- 
kodi-pvr-vdr-vnsi packaging



More information about the pkg-multimedia-commits mailing list