Commit 73cd72e3 authored by Laurent Aimar's avatar Laurent Aimar

Converted wall to "video splitter".

parent d0967dc4
This diff is collapsed.
......@@ -50,7 +50,9 @@ static void Close( vlc_object_t * );
DECLARE_OPEN(magnify, true)
DECLARE_OPEN(puzzle, true)
DECLARE_OPEN(logo, true)
DECLARE_OPEN(clone, false)
DECLARE_OPEN(wall, false)
#undef DECLARE_OPEN
......@@ -76,6 +78,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(clone)
add_submodule()
DECLARE_MODULE(wall)
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