summaryrefslogtreecommitdiff
path: root/community/xvba-video-open/fix-build-with-glext.h-version-85.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/xvba-video-open/fix-build-with-glext.h-version-85.patch')
-rw-r--r--community/xvba-video-open/fix-build-with-glext.h-version-85.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/xvba-video-open/fix-build-with-glext.h-version-85.patch b/community/xvba-video-open/fix-build-with-glext.h-version-85.patch
deleted file mode 100644
index f3cabce50..000000000
--- a/community/xvba-video-open/fix-build-with-glext.h-version-85.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -ru xvba-video-0.8.0/src/utils_glx.h xvba-video-0.8.0.patched/src/utils_glx.h
---- xvba-video-0.8.0/src/utils_glx.h 2011-06-14 13:07:13.000000000 +0200
-+++ xvba-video-0.8.0.patched/src/utils_glx.h 2013-02-17 10:53:34.589818821 +0100
-@@ -25,6 +25,13 @@
- #include <GL/glext.h>
- #include <GL/glx.h>
-
-+#if GL_GLEXT_VERSION >= 85
-+/* XXX: PFNGLMULTITEXCOORD2FPROC got out of the GL_VERSION_1_3_DEPRECATED
-+ block and is not defined if GL_VERSION_1_3 is defined in <GL/gl.h>
-+ Redefine the type here as an interim solution */
-+typedef void (*PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t);
-+#endif
-+
- #ifndef GL_FRAMEBUFFER_BINDING
- #define GL_FRAMEBUFFER_BINDING GL_FRAMEBUFFER_BINDING_EXT
- #endif