From 267fa69ede7e09ff98606060983eead911b5815a Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 8 Feb 2017 17:25:12 +0100 Subject: [PATCH] Fix shader on Mac OS X. --- linphone-desktop/ui/modules/Common/Image/RoundedImage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linphone-desktop/ui/modules/Common/Image/RoundedImage.qml b/linphone-desktop/ui/modules/Common/Image/RoundedImage.qml index 3b12874ed..d736cc98b 100644 --- a/linphone-desktop/ui/modules/Common/Image/RoundedImage.qml +++ b/linphone-desktop/ui/modules/Common/Image/RoundedImage.qml @@ -36,7 +36,9 @@ Item { // See: https://www.opengl.org/sdk/docs/man/html/mix.xhtml fragmentShader: ' + #ifdef GL_ES precision lowp float; + #endif uniform sampler2D image; uniform sampler2D mask; uniform vec4 backgroundColor;