Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libva-vdpau-driver/files: libva-vdpau-driver-0.7.4-glext-missing-definition.patch
Date: Wed, 21 Nov 2012 17:39:50
Message-Id: 20121121173939.9DF1E20C65@flycatcher.gentoo.org
1 aballier 12/11/21 17:39:39
2
3 Added:
4 libva-vdpau-driver-0.7.4-glext-missing-definition.patch
5 Log:
6 Move from x11-libs/vdpau-video to the new upstream name.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.1 x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-glext-missing-definition.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-glext-missing-definition.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-glext-missing-definition.patch?rev=1.1&content-type=text/plain
15
16 Index: libva-vdpau-driver-0.7.4-glext-missing-definition.patch
17 ===================================================================
18 --- ./src/utils_glx.h~ 2012-10-05 16:02:58.000000000 +0100
19 +++ ./src/utils_glx.h 2012-10-19 08:44:12.469642440 +0100
20 @@ -48,6 +48,13 @@
21 typedef void (*PFNGLXRELEASETEXIMAGEEXTPROC)(Display *, GLXDrawable, int);
22 #endif
23
24 +#if GL_GLEXT_VERSION >= 85
25 +/* XXX: PFNGLMULTITEXCOORD2FPROC got out of the GL_VERSION_1_3_DEPRECATED
26 + block and is not defined if GL_VERSION_1_3 is defined in <GL/gl.h>
27 + Redefine the type here as an interim solution */
28 +typedef void (*PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat t);
29 +#endif
30 +
31 #ifndef GL_FRAMEBUFFER_BINDING
32 #define GL_FRAMEBUFFER_BINDING GL_FRAMEBUFFER_BINDING_EXT
33 #endif