1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

discriminate between the two OpenGL modules

This commit is contained in:
Christophe Mutricy 2006-06-02 22:22:01 +00:00
parent 5e68685cd4
commit 35580f5029

View File

@ -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 );