summaryrefslogtreecommitdiff
path: root/external/libgltf/patches/include_path_glew.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/libgltf/patches/include_path_glew.patch')
-rw-r--r--external/libgltf/patches/include_path_glew.patch27
1 files changed, 17 insertions, 10 deletions
diff --git a/external/libgltf/patches/include_path_glew.patch b/external/libgltf/patches/include_path_glew.patch
index 0d516da29258..ce3e534e2998 100644
--- a/external/libgltf/patches/include_path_glew.patch
+++ b/external/libgltf/patches/include_path_glew.patch
@@ -1,6 +1,6 @@
diff -ur libgltf.org/src/Camera.h libgltf/src/Camera.h
---- libgltf.org/src/Camera.h 2014-04-18 12:05:38.343008790 +0200
-+++ libgltf/src/Camera.h 2014-04-18 12:05:50.331008348 +0200
+--- libgltf.org/src/Camera.h 2014-05-05 14:26:11.911346850 +0200
++++ libgltf/src/Camera.h 2014-05-05 14:27:07.295349212 +0200
@@ -8,7 +8,7 @@
#ifndef CAMERA_H
#define CAMERA_H
@@ -10,9 +10,16 @@ diff -ur libgltf.org/src/Camera.h libgltf/src/Camera.h
#include <glm/glm.hpp>
class CPhysicalCamera
+@@ -45,4 +45,4 @@
+ int iForw, iBack, iLeft, iRight;
+ };
+
+-#endif
+\ No newline at end of file
++#endif
diff -ur libgltf.org/src/Common.h libgltf/src/Common.h
---- libgltf.org/src/Common.h 2014-04-18 12:05:38.343008790 +0200
-+++ libgltf/src/Common.h 2014-04-18 12:05:52.245008277 +0200
+--- libgltf.org/src/Common.h 2014-05-05 14:26:11.911346850 +0200
++++ libgltf/src/Common.h 2014-05-05 14:27:18.927349708 +0200
@@ -7,7 +7,7 @@
*/
#ifndef COMMON_H
@@ -23,8 +30,8 @@ diff -ur libgltf.org/src/Common.h libgltf/src/Common.h
#include <string>
#include <vector>
diff -ur libgltf.org/src/Shaders.h libgltf/src/Shaders.h
---- libgltf.org/src/Shaders.h 2014-04-18 12:05:38.343008790 +0200
-+++ libgltf/src/Shaders.h 2014-04-18 12:06:02.907007884 +0200
+--- libgltf.org/src/Shaders.h 2014-05-05 14:26:11.923346850 +0200
++++ libgltf/src/Shaders.h 2014-05-05 14:27:45.483350841 +0200
@@ -8,7 +8,7 @@
#ifndef SHADERS_H
#define SHADERS_H
@@ -35,14 +42,14 @@ diff -ur libgltf.org/src/Shaders.h libgltf/src/Shaders.h
#include <string>
diff -ur libgltf.org/src/Texture.h libgltf/src/Texture.h
---- libgltf.org/src/Texture.h 2014-04-18 12:05:38.343008790 +0200
-+++ libgltf/src/Texture.h 2014-04-18 12:06:06.390007755 +0200
-@@ -10,7 +10,7 @@
+--- libgltf.org/src/Texture.h 2014-05-05 14:26:11.911346850 +0200
++++ libgltf/src/Texture.h 2014-05-05 14:27:52.927351158 +0200
+@@ -11,7 +11,7 @@
#include <string>
#include <vector>
#include <map>
-#include <glew/glew.h>
+#include <GL/glew.h>
#include <glm/glm.hpp>
- using namespace std;
+ using namespace std;