Commit d0967dc4 authored by Laurent Aimar's avatar Laurent Aimar

Converted clone to "video splitter".

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