Commit cd24fec6 authored by Sam Hocevar's avatar Sam Hocevar

* modules/video_output/x11/x11.c:

    + Gave X11 a higher priority than SDL, so that the all-in-one interface
      still works when the XVideo port is taken. If XVideo is not available,
      SDL isn't of much use though.
parent 11aaa50f
......@@ -73,7 +73,7 @@ vlc_module_begin();
add_integer ( "x11-xineramascreen", 0, NULL, SCREEN_TEXT, SCREEN_LONGTEXT, VLC_TRUE );
#endif
set_description( _("X11 video output") );
set_capability( "video output", 50 );
set_capability( "video output", 70 );
set_callbacks( E_(Activate), E_(Deactivate) );
vlc_module_end();
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