[vlc-devel] commit: Enabled xcb x11/xv in "vout display" wrapper. (Laurent Aimar )
git version control
git at videolan.org
Sun Aug 9 01:42:28 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Aug 9 01:20:59 2009 +0200| [adcf4a995be17c6dce9c4824eafe3dbc89f7313f] | committer: Laurent Aimar
Enabled xcb x11/xv in "vout display" wrapper.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=adcf4a995be17c6dce9c4824eafe3dbc89f7313f
---
modules/video_output/wrapper.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/wrapper.c b/modules/video_output/wrapper.c
index 44c7377..8cb8c7e 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -48,6 +48,8 @@ static void Close(vlc_object_t *);
DECLARE_OPEN(aalib);
DECLARE_OPEN(caca);
DECLARE_OPEN(sdl);
+DECLARE_OPEN(xcb);
+DECLARE_OPEN(xcb_xv);
#undef DECLARE_OPEN
@@ -70,6 +72,12 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(sdl, 60)
+ add_submodule()
+ DECLARE_MODULE(xcb, 0)
+
+ add_submodule()
+ DECLARE_MODULE(xcb_xv, 0)
+
vlc_module_end()
#undef DECLARE_MODULE
More information about the vlc-devel
mailing list