0001-tvOS-support.patch 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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
  8. QT_ARCH for tvOS is arm64 (not arm, since it’s 64bits only)
  9. Change-Id: Ia03d3ee07d2543a0e70ee7d77448aff9382d8fc8
  10. Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
  11. Upstream: https://code.qt.io/cgit/qt/qtimageformats.git/patch/?id=e4c1d9ece74de212ebe5c55b134de7cb23469e2d
  12. Signed-off-by: Peter Seiderer <ps.report@gmx.net>
  13. ---
  14. src/3rdparty/libwebp.pri | 2 +-
  15. 1 file changed, 1 insertion(+), 1 deletion(-)
  16. diff --git a/src/3rdparty/libwebp.pri b/src/3rdparty/libwebp.pri
  17. index b7c1bb6..2197953 100644
  18. --- a/src/3rdparty/libwebp.pri
  19. +++ b/src/3rdparty/libwebp.pri
  20. @@ -82,7 +82,7 @@ android {
  21. INCLUDEPATH += $$NDK_ROOT/sources/android/cpufeatures
  22. }
  23. -equals(QT_ARCH, arm) {
  24. +equals(QT_ARCH, arm)|equals(QT_ARCH, arm64) {
  25. SOURCES_FOR_NEON += \
  26. $$PWD/libwebp/src/dsp/dec_neon.c \
  27. $$PWD/libwebp/src/dsp/enc_neon.c \
  28. --
  29. 2.8.1