From a1e92bd8ad513384243b67af4a44dab8744515d9 Mon Sep 17 00:00:00 2001 From: musil Date: Wed, 29 Nov 2006 19:20:43 +0000 Subject: initial commit changed float to t_float -fno-strict-aliasing #pragma obsolete svn path=/trunk/externals/iem/iem_delay/; revision=6515 --- src/iem_delay.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/iem_delay.h (limited to 'src/iem_delay.h') diff --git a/src/iem_delay.h b/src/iem_delay.h new file mode 100644 index 0000000..dea664b --- /dev/null +++ b/src/iem_delay.h @@ -0,0 +1,11 @@ +/* For information on usage and redistribution, and for a DISCLAIMER OF ALL +* WARRANTIES, see the file, "LICENSE.txt," in this distribution. + +iem_delay written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2006 */ + +#ifndef __IEMDELAY_H__ +#define __IEMDELAY_H__ + +#define DELLINE_DEF_VEC_SIZE 64 + +#endif -- cgit v1.2.1