1http://www.mail-archive.com/libva@lists.freedesktop.org/msg01457.html
2
3diff --git a/src/utils_glx.h b/src/utils_glx.h
4index 19d03e4..f270fba 100644
5--- a/src/utils_glx.h
6+++ b/src/utils_glx.h
7@@ -42,6 +42,13 @@ typedef void (*PFNGLVDPAUMAPSURFACESNVPROC)(GLsizei numSurfaces, const GLvdpauSu
8 typedef void (*PFNGLVDPAUUNMAPSURFACESNVPROC)(GLsizei numSurface, const GLvdpauSurfaceNV *surfaces);
9 #endif
10
11+#if GL_GLEXT_VERSION >= 85
12+/* XXX: PFNGLMULTITEXCOORD2FPROC got out of the GL_VERSION_1_3_DEPRECATED
13+ block and is not defined if GL_VERSION_1_3 is defined in <GL/gl.h>
14+ Redefine the type here as an interim solution */
15+typedef void (*PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t);
16+#endif
17+
18 /* GLX_EXT_texture_from_pixmap */
19 #if GLX_GLXEXT_VERSION < 18
20 typedef void (*PFNGLXBINDTEXIMAGEEXTPROC)(Display *, GLXDrawable, int, const int *);