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

git version control git at videolan.org
Mon Aug 31 21:08:56 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Aug 31 21:06:55 2009 +0200| [769ee590c5ccc838329f48e20317a62139a354e8] | committer: Laurent Aimar 

Enabled directfb in "vout display" wrapper.

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

 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 57ba73d..bc2b08e 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -52,6 +52,7 @@ DECLARE_OPEN(xcb_x11);
 DECLARE_OPEN(xcb_xv);
 DECLARE_OPEN(dummy);
 DECLARE_OPEN(fb);
+DECLARE_OPEN(directfb);
 
 #undef DECLARE_OPEN
 
@@ -86,6 +87,9 @@ vlc_module_begin()
     add_submodule()
     DECLARE_MODULE(fb, 30)
 
+    add_submodule()
+    DECLARE_MODULE(directfb, 60)
+
 vlc_module_end()
 
 #undef DECLARE_MODULE




More information about the vlc-devel mailing list