From: Laurent Aimar Date: Mon, 31 Aug 2009 19:06:55 +0000 (+0200) Subject: Enabled directfb in "vout display" wrapper. X-Git-Tag: 1.1.0-ff~3660 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=769ee590c5ccc838329f48e20317a62139a354e8;p=vlc Enabled directfb in "vout display" wrapper. --- 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