2018-02-22 15:03:59 +01:00
|
|
|
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(+)
|
|
|
|
|
2018-06-03 12:38:06 +02:00
|
|
|
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
|
2018-02-22 15:03:59 +01:00
|
|
|
|
2018-06-03 12:38:06 +02:00
|
|
|
using namespace Assimp;
|
2018-02-22 15:03:59 +01:00
|
|
|
|
|
|
|
+using namespace Assimp;
|
|
|
|
+
|
|
|
|
namespace glTF {
|
|
|
|
|
|
|
|
namespace {
|