Commit 35580f50 authored by Christophe Mutricy's avatar Christophe Mutricy

discriminate between the two OpenGL modules

parent 5e68685c
......@@ -109,10 +109,10 @@ static void SwitchContext( vout_thread_t * );
"set it to 0 for first screen, 1 for the second.")
vlc_module_begin();
set_shortname( "OpenGL" );
set_shortname( "OpenGL(GLX)" );
set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VOUT );
set_description( _("OpenGL video output") );
set_description( _("OpenGL(GLX) provider") );
set_capability( "opengl provider", 50 );
set_callbacks( CreateOpenGL, DestroyOpenGL );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment