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

git version control git at videolan.org
Wed Aug 5 22:37:04 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Aug  5 20:57:11 2009 +0200| [895d2a08f392b76699e8b5b67ee9b39e4c176594] | committer: Laurent Aimar 

Enabled SDL in "vout display" wrapper.

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

 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 4b2041b..44c7377 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -47,6 +47,7 @@ static void Close(vlc_object_t *);
 
 DECLARE_OPEN(aalib);
 DECLARE_OPEN(caca);
+DECLARE_OPEN(sdl);
 
 #undef DECLARE_OPEN
 
@@ -66,6 +67,9 @@ vlc_module_begin()
     add_submodule()
     DECLARE_MODULE(caca, 12)
 
+    add_submodule()
+    DECLARE_MODULE(sdl, 60)
+
 vlc_module_end()
 
 #undef DECLARE_MODULE




More information about the vlc-devel mailing list