[vlc-commits] opengl:os x build fix
Ilkka Ollakka
git at videolan.org
Mon Jul 9 14:31:01 CEST 2012
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Jul 9 15:30:20 2012 +0300| [e0f4ccce4f4510507f1513223b6bbb6edca32e38] | committer: Ilkka Ollakka
opengl:os x build fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e0f4ccce4f4510507f1513223b6bbb6edca32e38
---
modules/video_output/opengl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index 23aab5d..27d0aa2 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -52,7 +52,7 @@
# define PFNGLGETSHADERINFOLOGPROC typeof(glGetShaderInfoLog)*
# define PFNGLGETUNIFORMLOCATIONPROC typeof(glGetUniformLocation)*
# define PFNGLGETATTRIBLOCATIONPROC typeof(glGetAttribLocation)*
-# define PFNGLVERTEXATTRIBLOCATIONPROC typeof(glVertexAttribPointer)*
+# define PFNGLVERTEXATTRIBPOINTERPROC typeof(glVertexAttribPointer)*
# define PFNGLENABLEVERTEXATTRIBARRAYPROC typeof(glEnableVertexAttribArray)*
# define PFNGLUNIFORM4FVPROC typeof(glUniform4fv)*
# define PFNGLUNIFORM4FPROC typeof(glUniform4f)*
More information about the vlc-commits
mailing list