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

git version control git at videolan.org
Mon Aug 31 00:37:30 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Aug 31 00:35:08 2009 +0200| [b5c8008ec17cd6a2d6c8045dc7cf60bbcbde86b4] | committer: Laurent Aimar 

Enabled fb in "vout display" wrapper.

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

 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 b0ebbb4..57ba73d 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -51,6 +51,7 @@ DECLARE_OPEN(sdl);
 DECLARE_OPEN(xcb_x11);
 DECLARE_OPEN(xcb_xv);
 DECLARE_OPEN(dummy);
+DECLARE_OPEN(fb);
 
 #undef DECLARE_OPEN
 
@@ -82,6 +83,9 @@ vlc_module_begin()
     add_submodule()
     DECLARE_MODULE(dummy, 1)
 
+    add_submodule()
+    DECLARE_MODULE(fb, 30)
+
 vlc_module_end()
 
 #undef DECLARE_MODULE




More information about the vlc-devel mailing list