X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fsdl%2Faout_sdl.c;h=6295f45b2f294cae1ebcc30ed36bad4972c41af6;hb=583c6553f6761421260d86bbc21b5b3169c04319;hp=d16f59e4ff404e2fa46cf26a34dd2a59036135e3;hpb=3bb7a5371e29b608e29851b9f1366a12a3505afe;p=vlc diff --git a/plugins/sdl/aout_sdl.c b/plugins/sdl/aout_sdl.c index d16f59e4ff..6295f45b2f 100644 --- a/plugins/sdl/aout_sdl.c +++ b/plugins/sdl/aout_sdl.c @@ -22,6 +22,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ +#define MODULE_NAME sdl +#include "modules_inner.h" + /***************************************************************************** * Preamble *****************************************************************************/ @@ -86,7 +89,7 @@ static void aout_SDLCallback ( void *userdata, Uint8 *stream, int len ); * Functions exported as capabilities. They are declared as static so that * we don't pollute the namespace too much. *****************************************************************************/ -void aout_getfunctions( function_list_t * p_function_list ) +void _M( aout_getfunctions )( function_list_t * p_function_list ) { p_function_list->pf_probe = aout_Probe; p_function_list->functions.aout.pf_open = aout_Open;