Commit 769ee590 authored by Laurent Aimar's avatar Laurent Aimar

Enabled directfb in "vout display" wrapper.

parent 8fe0f5e9
......@@ -52,6 +52,7 @@ DECLARE_OPEN(xcb_x11);
DECLARE_OPEN(xcb_xv);
DECLARE_OPEN(dummy);
DECLARE_OPEN(fb);
DECLARE_OPEN(directfb);
#undef DECLARE_OPEN
......@@ -86,6 +87,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(fb, 30)
add_submodule()
DECLARE_MODULE(directfb, 60)
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