[vlc-devel] commit: vout wrapper: add xcb_glx ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Dec 12 13:14:35 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Dec 12 13:06:14 2009 +0200| [ef43be834b7dc0d7aedfa7f82efd1e68e42ed4c7] | committer: Rémi Denis-Courmont 

vout wrapper: add xcb_glx

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

 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 baf4526..ebe7f72 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -50,6 +50,7 @@ DECLARE_OPEN(caca);
 DECLARE_OPEN(sdl);
 DECLARE_OPEN(xcb_x11);
 DECLARE_OPEN(xcb_xv);
+DECLARE_OPEN(xcb_glx);
 DECLARE_OPEN(dummy);
 DECLARE_OPEN(fb);
 DECLARE_OPEN(directfb);
@@ -91,6 +92,9 @@ vlc_module_begin()
     DECLARE_MODULE(xcb_xv, 155)
 
     add_submodule()
+    DECLARE_MODULE(xcb_glx, 20)
+
+    add_submodule()
     DECLARE_MODULE(dummy, 1)
 
     add_submodule()




More information about the vlc-devel mailing list