Commit ef43be83 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vout wrapper: add xcb_glx

parent 35698185
......@@ -50,6 +50,7 @@ DECLARE_OPEN(caca);
DECLARE_OPEN(sdl);
DECLARE_OPEN(xcb_x11);
DECLARE_OPEN(xcb_xv);
DECLARE_OPEN(xcb_glx);
DECLARE_OPEN(dummy);
DECLARE_OPEN(fb);
DECLARE_OPEN(directfb);
......@@ -90,6 +91,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(xcb_xv, 155)
add_submodule()
DECLARE_MODULE(xcb_glx, 20)
add_submodule()
DECLARE_MODULE(dummy, 1)
......
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