From 769ee590c5ccc838329f48e20317a62139a354e8 Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Mon, 31 Aug 2009 21:06:55 +0200 Subject: [PATCH] Enabled directfb in "vout display" wrapper. --- modules/video_output/wrapper.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/video_output/wrapper.c b/modules/video_output/wrapper.c index 57ba73deb7..bc2b08ec62 100644 --- a/modules/video_output/wrapper.c +++ b/modules/video_output/wrapper.c @@ -52,6 +52,7 @@ DECLARE_OPEN(xcb_x11); DECLARE_OPEN(xcb_xv); DECLARE_OPEN(dummy); DECLARE_OPEN(fb); +DECLARE_OPEN(directfb); #undef DECLARE_OPEN @@ -86,6 +87,9 @@ vlc_module_begin() add_submodule() DECLARE_MODULE(fb, 30) + add_submodule() + DECLARE_MODULE(directfb, 60) + vlc_module_end() #undef DECLARE_MODULE -- 2.39.2