docker-engine: new package
[buildroot-gz.git] / package / qt5 / qt5imageformats / 0001-tvOS-support.patch
blob3759c10451f1c7dced1303764a50ad9688406c20
1 From a9e4b41a04b8d1a6d3d687964c146b87f60f9683 Mon Sep 17 00:00:00 2001
2 From: Mike Krus <mike.krus@kdab.com>
3 Date: Mon, 28 Dec 2015 21:02:35 +0000
4 Subject: [PATCH] tvOS support
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
9 QT_ARCH for tvOS is arm64 (not arm, since it’s 64bits only)
11 Change-Id: Ia03d3ee07d2543a0e70ee7d77448aff9382d8fc8
12 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
14 Upstream: https://code.qt.io/cgit/qt/qtimageformats.git/patch/?id=e4c1d9ece74de212ebe5c55b134de7cb23469e2d
15 Signed-off-by: Peter Seiderer <ps.report@gmx.net>
16 ---
17 src/3rdparty/libwebp.pri | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
20 diff --git a/src/3rdparty/libwebp.pri b/src/3rdparty/libwebp.pri
21 index b7c1bb6..2197953 100644
22 --- a/src/3rdparty/libwebp.pri
23 +++ b/src/3rdparty/libwebp.pri
24 @@ -82,7 +82,7 @@ android {
25 INCLUDEPATH += $$NDK_ROOT/sources/android/cpufeatures
28 -equals(QT_ARCH, arm) {
29 +equals(QT_ARCH, arm)|equals(QT_ARCH, arm64) {
30 SOURCES_FOR_NEON += \
31 $$PWD/libwebp/src/dsp/dec_neon.c \
32 $$PWD/libwebp/src/dsp/enc_neon.c \
33 --
34 2.8.1