Commit c041217f authored by Laurent Aimar's avatar Laurent Aimar

Enabled dummy in "vout display" wrapper.

parent d7892f12
......@@ -50,6 +50,7 @@ DECLARE_OPEN(caca);
DECLARE_OPEN(sdl);
DECLARE_OPEN(xcb_x11);
DECLARE_OPEN(xcb_xv);
DECLARE_OPEN(dummy);
#undef DECLARE_OPEN
......@@ -78,6 +79,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(xcb_xv, 155)
add_submodule()
DECLARE_MODULE(dummy, 1)
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