[vlc-devel] commit: Enabled caca in "vout display" wrapper. (Laurent Aimar )

git version control git at videolan.org
Tue Aug 4 21:15:03 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Aug  3 20:53:21 2009 +0200| [2a245b4b7b58de30a4b39c09abb6c4669fe522fb] | committer: Laurent Aimar 

Enabled caca in "vout display" wrapper.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a245b4b7b58de30a4b39c09abb6c4669fe522fb
---

 modules/video_output/wrapper.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/video_output/wrapper.c b/modules/video_output/wrapper.c
index b2c4197..4b2041b 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




More information about the vlc-devel mailing list