forked from pool/libqt5-qt3d
0290ec53ed
- Update to 5.11.0 * New bugfix release * For more details please see: * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.11.0/?h=v5.11.0 - Update to 5.11.0-rc * New bugfix release * No changelog available - Update to 5.11.0-beta4 * New bugfix release * No changelog available - Update to 5.11.0-beta3 * New bugfix release * No changelog available - Update to 5.11.0-beta2 * New bugfix release * No changelog available - Fix the license tag. - Update to 5.11.0-beta1 * New feature release * For more details please see: * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.11.0-beta1/?h=v5.11.0-beta1 - Remove patches, now upstream: * add-typecasts-in-glTFAssetWriter.inl.patch - Refresh patches: OBS-URL: https://build.opensuse.org/request/show/611712 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qt3d?expand=0&rev=14
24 lines
761 B
Diff
24 lines
761 B
Diff
From 50a2e80e96caf458b7a70d4dcc1003ab0441b6c2 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Knezevic <danielknezevic90@gmail.com>
|
|
Date: Thu, 18 Aug 2016 10:51:20 +0200
|
|
Subject: [PATCH] Use Assimp namespace to fix build for big-endian
|
|
architectures
|
|
|
|
---
|
|
src/3rdparty/assimp/code/glTFAsset.inl | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
Index: qt3d-everywhere-src-5.11.0/src/3rdparty/assimp/code/glTFAsset.inl
|
|
===================================================================
|
|
--- qt3d-everywhere-src-5.11.0.orig/src/3rdparty/assimp/code/glTFAsset.inl
|
|
+++ qt3d-everywhere-src-5.11.0/src/3rdparty/assimp/code/glTFAsset.inl
|
|
@@ -52,6 +52,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
using namespace Assimp;
|
|
|
|
+using namespace Assimp;
|
|
+
|
|
namespace glTF {
|
|
|
|
namespace {
|