From 03bef3adfd846fc1dda88a888df972f4b501fb40 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 31 Jul 2013 21:44:21 +0200 Subject: video/out: use new mp_msg stuff for vo.c and vo_opengl The first step; also serves as example. --- video/out/gl_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/out/gl_common.h') diff --git a/video/out/gl_common.h b/video/out/gl_common.h index ed63491c1a..e6ceabff74 100644 --- a/video/out/gl_common.h +++ b/video/out/gl_common.h @@ -170,8 +170,8 @@ void mpgl_load_functions(GL *gl, void *(*getProcAddress)(const GLubyte *), const char *ext2); // print a multi line string with line numbers (e.g. for shader sources) -// mod, lev: module and log level, as in mp_msg() -void mp_log_source(int mod, int lev, const char *src); +// log, lev: module and log level, as in mp_msg() +void mp_log_source(struct mp_log *log, int lev, const char *src); //function pointers loaded from the OpenGL library struct GL { -- cgit v1.2.3