]> git.sesse.net Git - vlc/blobdiff - modules/visualization/galaktos/plugin.c
module_need wants pointers and boolean so give NULL and false instead of 0.
[vlc] / modules / visualization / galaktos / plugin.c
index 30b30aab022c992045561387ef3993de486ba0da..94b75a3aa17f339d3f5b4eebbbf72783a6b11fef 100644 (file)
@@ -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" );