Commit b5c8008e authored by Laurent Aimar's avatar Laurent Aimar

Enabled fb in "vout display" wrapper.

parent 4ad88f8a
......@@ -51,6 +51,7 @@ DECLARE_OPEN(sdl);
DECLARE_OPEN(xcb_x11);
DECLARE_OPEN(xcb_xv);
DECLARE_OPEN(dummy);
DECLARE_OPEN(fb);
#undef DECLARE_OPEN
......@@ -82,6 +83,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(dummy, 1)
add_submodule()
DECLARE_MODULE(fb, 30)
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