Index: apps/codecs/libgme/emu2413.c =================================================================== --- apps/codecs/libgme/emu2413.c (Revision 30314) +++ apps/codecs/libgme/emu2413.c (Arbeitskopie) @@ -1423,6 +1423,8 @@ } static e_int16 +calc (OPLL * opll) ICODE_ATTR; +static e_int16 calc (OPLL * opll) { e_int32 i; Index: apps/codecs/libgme/emu2413.h =================================================================== --- apps/codecs/libgme/emu2413.h (Revision 30314) +++ apps/codecs/libgme/emu2413.h (Arbeitskopie) @@ -137,7 +137,7 @@ EMU2413_API e_uint32 OPLL_read(OPLL *, e_uint32 port); /* Synthsize */ -EMU2413_API e_int16 OPLL_calc(OPLL *) ; +EMU2413_API e_int16 OPLL_calc(OPLL *) ICODE_ATTR; EMU2413_API void OPLL_calc_stereo(OPLL *, e_int32 out[2]) ; EMU2413_API e_int16 *OPLL_update_buffer(OPLL *, e_uint32 length) ;