Commit adcf4a99 authored by Laurent Aimar's avatar Laurent Aimar

Enabled xcb x11/xv in "vout display" wrapper.

parent e8534473
......@@ -48,6 +48,8 @@ static void Close(vlc_object_t *);
DECLARE_OPEN(aalib);
DECLARE_OPEN(caca);
DECLARE_OPEN(sdl);
DECLARE_OPEN(xcb);
DECLARE_OPEN(xcb_xv);
#undef DECLARE_OPEN
......@@ -70,6 +72,12 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(sdl, 60)
add_submodule()
DECLARE_MODULE(xcb, 0)
add_submodule()
DECLARE_MODULE(xcb_xv, 0)
vlc_module_end()
#undef DECLARE_MODULE
......
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