X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvisualization%2Fgalaktos%2Fplugin.c;h=94b75a3aa17f339d3f5b4eebbbf72783a6b11fef;hb=ffbbecfb7ae45598ce967a828ee778316f515089;hp=30b30aab022c992045561387ef3993de486ba0da;hpb=17444691eaa7a8647e0d12c1dd905a1ae51a613b;p=vlc diff --git a/modules/visualization/galaktos/plugin.c b/modules/visualization/galaktos/plugin.c index 30b30aab02..94b75a3aa1 100644 --- a/modules/visualization/galaktos/plugin.c +++ b/modules/visualization/galaktos/plugin.c @@ -226,7 +226,7 @@ static void* Thread( vlc_object_t *p_this ) p_thread->p_opengl->fmt_render = p_thread->p_opengl->fmt_in; p_thread->p_module = - module_need( p_thread->p_opengl, "opengl provider", NULL, 0 ); + module_need( p_thread->p_opengl, "opengl provider", NULL, false ); if( p_thread->p_module == NULL ) { msg_Err( p_thread, "unable to initialize OpenGL" );