Commit 8b1ab358 authored by Felix Paul Kühne's avatar Felix Paul Kühne

opengl: make sure we use this module instead of the caca vout as default within the legacy VLC.app

parent c68b8101
...@@ -63,7 +63,7 @@ vlc_module_begin () ...@@ -63,7 +63,7 @@ vlc_module_begin ()
set_subcategory( SUBCAT_VIDEO_VOUT ) set_subcategory( SUBCAT_VIDEO_VOUT )
set_description( N_("OpenGL video output") ) set_description( N_("OpenGL video output") )
#ifdef __APPLE__ #ifdef __APPLE__
set_capability( "video output", 200 ) set_capability( "video output", 400 )
#else #else
set_capability( "video output", 20 ) set_capability( "video output", 20 )
#endif #endif
......
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