From c07d996ccf100c49b4da8b03c2f3382eaf2025d4 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 8 Jul 2005 02:27:24 +0000 Subject: dos-return svn path=/trunk/externals/iemlib/; revision=3302 --- src/iem_mp3/iem_mp3.c | 72 +++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'src/iem_mp3/iem_mp3.c') diff --git a/src/iem_mp3/iem_mp3.c b/src/iem_mp3/iem_mp3.c index ada504a..ab1356a 100644 --- a/src/iem_mp3/iem_mp3.c +++ b/src/iem_mp3/iem_mp3.c @@ -1,36 +1,36 @@ -/* For information on usage and redistribution, and for a DISCLAIMER OF ALL -* WARRANTIES, see the file, "LICENSE.txt," in this distribution. - -iem_mp3 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ - -#ifdef NT -#pragma warning( disable : 4244 ) -#pragma warning( disable : 4305 ) -#endif - -#include "m_pd.h" -#include "iemlib.h" - -static t_class *iem_mp3_class; - -static void *iem_mp3_new(void) -{ - t_object *x = (t_object *)pd_new(iem_mp3_class); - - return (x); -} - -void sigmp3play_setup(void); - -/* ------------------------ setup routine ------------------------- */ - -void iem_mp3_setup(void) -{ - iem_mp3_class = class_new(gensym("iem_mp3"), iem_mp3_new, 0, - sizeof(t_object), CLASS_NOINLET, 0); - - sigmp3play_setup(); - - post("iem_mp3 (R-1.16) library loaded! (c) Thomas Musil 05.2005"); - post(" musil%ciem.at iem KUG Graz Austria", '@'); -} +/* For information on usage and redistribution, and for a DISCLAIMER OF ALL +* WARRANTIES, see the file, "LICENSE.txt," in this distribution. + +iem_mp3 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ + +#ifdef NT +#pragma warning( disable : 4244 ) +#pragma warning( disable : 4305 ) +#endif + +#include "m_pd.h" +#include "iemlib.h" + +static t_class *iem_mp3_class; + +static void *iem_mp3_new(void) +{ + t_object *x = (t_object *)pd_new(iem_mp3_class); + + return (x); +} + +void sigmp3play_setup(void); + +/* ------------------------ setup routine ------------------------- */ + +void iem_mp3_setup(void) +{ + iem_mp3_class = class_new(gensym("iem_mp3"), iem_mp3_new, 0, + sizeof(t_object), CLASS_NOINLET, 0); + + sigmp3play_setup(); + + post("iem_mp3 (R-1.16) library loaded! (c) Thomas Musil 05.2005"); + post(" musil%ciem.at iem KUG Graz Austria", '@'); +} -- cgit v1.2.1