diff --git a/modules/video_output/wrapper.c b/modules/video_output/wrapper.c index b2c41974f9..4b2041b862 100644 --- a/modules/video_output/wrapper.c +++ b/modules/video_output/wrapper.c @@ -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