From 2a245b4b7b58de30a4b39c09abb6c4669fe522fb Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Mon, 3 Aug 2009 20:53:21 +0200 Subject: [PATCH] Enabled caca in "vout display" wrapper. --- modules/video_output/wrapper.c | 4 ++++ 1 file changed, 4 insertions(+) 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