vlc | branch: master | Ilkka Ollakka <[email protected]> | 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)* _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
