[vlc-devel] commit: Enabled dummy in "vout display" wrapper. (Laurent Aimar )
git version control
git at videolan.org
Sun Aug 30 20:11:45 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Aug 30 01:10:38 2009 +0200| [c041217fe8b4b92b2a21fc19068ee22c30d1bd75] | committer: Laurent Aimar
Enabled dummy in "vout display" wrapper.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c041217fe8b4b92b2a21fc19068ee22c30d1bd75
---
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 69fbf92..b0ebbb4 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(dummy);
#undef DECLARE_OPEN
@@ -78,6 +79,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(xcb_xv, 155)
+ add_submodule()
+ DECLARE_MODULE(dummy, 1)
+
vlc_module_end()
#undef DECLARE_MODULE
More information about the vlc-devel
mailing list