vlc | branch: master | Felix Paul Kühne <[email protected]> | Sat Jun 30 14:47:51 2012 +0200| [8ca057e9dbce36d4b87f0863b00c031888e4d934] | committer: Felix Paul Kühne
vout/opengl: fixed compilation for OS X > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8ca057e9dbce36d4b87f0863b00c031888e4d934 --- modules/video_output/opengl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c index 3ee79d8..34c270c 100644 --- a/modules/video_output/opengl.c +++ b/modules/video_output/opengl.c @@ -70,6 +70,8 @@ # define PFNGLUSEPROGRAMPROC typeof(glUseProgram)* # define PFNGLDELETEPROGRAMPROC typeof(glDeleteProgram)* # define PFNGLATTACHSHADERPROC typeof(glAttachShader)* +# define PFNGLACTIVETEXTUREPROC typeof(glActiveTexture)* +# define PFNGLCLIENTACTIVETEXTUREPROC typeof(glClientActiveTexture)* #endif #if USE_OPENGL_ES _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
