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

git version control git at videolan.org
Mon Dec 7 21:28:16 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Dec  7 21:17:44 2009 +0100| [33ffe1fd88be8425e0dd740569f5fa14b0c813ff] | committer: Laurent Aimar 

Enabled glwin32 in "vout display" wrapper.

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

 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 6455eca..baf4526 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -58,6 +58,7 @@ DECLARE_OPEN(snapshot);
 DECLARE_OPEN(vmem);
 DECLARE_OPEN(direct3d_xp);
 DECLARE_OPEN(direct3d_vista);
+DECLARE_OPEN(glwin32);
 
 #undef DECLARE_OPEN
 
@@ -113,6 +114,9 @@ vlc_module_begin()
     add_submodule()
     DECLARE_MODULE_EXT(direct3d, direct3d_xp, 70)
 
+    add_submodule()
+    DECLARE_MODULE(glwin32, 20)
+
 vlc_module_end()
 
 #undef DECLARE_MODULE




More information about the vlc-devel mailing list