[vlc-devel] commit: Enabled vmem in "vout display" wrapper. (Laurent Aimar )
git version control
git at videolan.org
Mon Sep 7 20:16:58 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Sep 7 19:06:19 2009 +0200| [9f1ddd824cb1d4dee668b0de32f5a7d937d67823] | committer: Laurent Aimar
Enabled vmem in "vout display" wrapper.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f1ddd824cb1d4dee668b0de32f5a7d937d67823
---
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 2830cbe..d7e5e16 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -55,6 +55,7 @@ DECLARE_OPEN(fb);
DECLARE_OPEN(directfb);
DECLARE_OPEN(yuv);
DECLARE_OPEN(snapshot);
+DECLARE_OPEN(vmem);
#undef DECLARE_OPEN
@@ -98,6 +99,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(snapshot, 0)
+ add_submodule()
+ DECLARE_MODULE(vmem, 0)
+
vlc_module_end()
#undef DECLARE_MODULE
More information about the vlc-devel
mailing list