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