]> git.sesse.net Git - vlc/commitdiff
opengl:os x build fix
authorIlkka Ollakka <ileoo@videolan.org>
Mon, 9 Jul 2012 12:30:20 +0000 (15:30 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Mon, 9 Jul 2012 12:30:33 +0000 (15:30 +0300)
modules/video_output/opengl.c

index 23aab5d132d14e2205b802af10a6cd67a29df849..27d0aa2a965bcd3be4ca2ffca2d749939b12b54b 100644 (file)
@@ -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)*