X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Ffb%2Fvout_fb.c;h=43a236aa0330bab077e79ba16adfd7cf3421830d;hb=583c6553f6761421260d86bbc21b5b3169c04319;hp=64eb5f2debd6a4f8d326e4644f87ba2769b4e3ba;hpb=3bb7a5371e29b608e29851b9f1366a12a3505afe;p=vlc diff --git a/plugins/fb/vout_fb.c b/plugins/fb/vout_fb.c index 64eb5f2deb..43a236aa03 100644 --- a/plugins/fb/vout_fb.c +++ b/plugins/fb/vout_fb.c @@ -20,6 +20,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ +#define MODULE_NAME fb +#include "modules_inner.h" + /***************************************************************************** * Preamble *****************************************************************************/ @@ -107,7 +110,7 @@ static void FBGfxMode ( int i_tty_dev ); * Functions exported as capabilities. They are declared as static so that * we don't pollute the namespace too much. *****************************************************************************/ -void vout_getfunctions( function_list_t * p_function_list ) +void _M( vout_getfunctions )( function_list_t * p_function_list ) { p_function_list->pf_probe = vout_Probe; p_function_list->functions.vout.pf_create = vout_Create;