Commit 86afb29f authored by Laurent Aimar's avatar Laurent Aimar

Converted logo "video filter" to "video filter2".

I also cleaned it up.
parent b955e000
This diff is collapsed.
......@@ -48,6 +48,7 @@ static void Close( vlc_object_t * );
DECLARE_OPEN(magnify)
DECLARE_OPEN(puzzle)
DECLARE_OPEN(logo)
#undef DECLARE_OPEN
......@@ -67,6 +68,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(puzzle)
add_submodule()
DECLARE_MODULE(logo)
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