Commit 2a245b4b authored by Laurent Aimar's avatar Laurent Aimar

Enabled caca in "vout display" wrapper.

parent 52af2d54
......@@ -46,6 +46,7 @@ static void Close(vlc_object_t *);
static int Open##name(vlc_object_t *object) { return Open(object, #name); }
DECLARE_OPEN(aalib);
DECLARE_OPEN(caca);
#undef DECLARE_OPEN
......@@ -62,6 +63,9 @@ vlc_module_begin()
DECLARE_MODULE(aalib, 10)
add_submodule()
DECLARE_MODULE(caca, 12)
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