Commit 7ffe1b74 authored by Eric Petit's avatar Eric Petit

opengl.c: higher priority on OS X

parent de2b755e
...@@ -110,7 +110,7 @@ static char *ppsz_effects_text[] = { ...@@ -110,7 +110,7 @@ static char *ppsz_effects_text[] = {
vlc_module_begin(); vlc_module_begin();
set_description( _("OpenGL video output") ); set_description( _("OpenGL video output") );
#ifdef SYS_DARWIN #ifdef SYS_DARWIN
set_capability( "video output", 0 ); set_capability( "video output", 200 );
#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