X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fbeos%2Faout_beos.cpp;h=2f4ed344e65661056aa8c43c990b40f230d03df0;hb=583c6553f6761421260d86bbc21b5b3169c04319;hp=61482e19a9feb933ad7a6ea43bfc2346a5d1e56c;hpb=3bb7a5371e29b608e29851b9f1366a12a3505afe;p=vlc diff --git a/plugins/beos/aout_beos.cpp b/plugins/beos/aout_beos.cpp index 61482e19a9..2f4ed344e6 100644 --- a/plugins/beos/aout_beos.cpp +++ b/plugins/beos/aout_beos.cpp @@ -2,7 +2,7 @@ * aout_beos.cpp: BeOS audio output ***************************************************************************** * Copyright (C) 1999, 2000, 2001 VideoLAN - * $Id: aout_beos.cpp,v 1.12 2001/02/18 03:32:02 polux Exp $ + * $Id: aout_beos.cpp,v 1.13 2001/02/20 07:49:12 sam Exp $ * * Authors: Jean-Marc Dressler * Samuel Hocevar @@ -22,6 +22,9 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ +#define MODULE_NAME beos +#include "modules_inner.h" + /***************************************************************************** * Preamble *****************************************************************************/ @@ -88,7 +91,7 @@ static void aout_Close ( aout_thread_t *p_aout ); * 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;